A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Systematic thesis review skill for AI coding agents — supports all disciplines (7 modules: life sciences, medicine, CS/A
An AI coding agent skill for systematically reviewing master's and doctoral theses across all academic disciplines. Designed for both supervisors and students — supervisors use it to generate structured review feedback, students use it for pre-submission self-checks to catch issues before blind review.
| Role | Use Case |
|---|---|
| Supervisors / Advisors | Generate structured review reports for students, ensure nothing is overlooked across 170+ checklist items |
| Students | Self-check before submission — identify blind review risks, fix issues before your advisor or reviewers see them |
| Committee Members | Quickly assess thesis quality and produce evaluation opinions |
.docx thesis to Markdown via markitdown MCP, then reviews chapter by chapterWorks with all major AI coding agents that support the Agent Skills format:
| Platform | Status | Details |
|---|---|---|
| Claude Code | ✅ Full support | Native SKILL.md format |
| OpenClaw / ClawHub | ✅ Full support | metadata.openclaw namespace, dependency gating |
| Hermes Agent | ✅ Full support | metadata.hermes namespace, tags, category |
| OpenAI Codex | ✅ Full support | agents/openai.yaml sidecar file |
| OpenCode | ✅ Full support | SKILL.md auto-discovery |
| Pi-Mono | ✅ Full support | metadata.pimo namespace, tags |
| SkillsMP | ✅ Indexed | GitHub topics configured |
| Feature | Native agent | This skill |
|---|---|---|
| Structured review framework | No — ad hoc, varies by run | Yes — 5 dimensions, 149 universal + discipline-specific items (170+ total) |
| Multi-discipline support | No — generic | Yes — 7 discipline-specific modules (life sciences, medicine, CS/AI, engineering, chemistry, physics, social sciences) |
| National standards aligned | No | Yes — GB/T 7713.1, GB/T 7714, GB 3100-3102 |
| Master's + PhD support | No — one-size-fits-all | Yes — adapts standards by degree level |
| Two-phase workflow | No — single-pass only | Yes — auto analysis + interactive refinement |
| Cross-chapter checks | No | Yes — questions↔results, methods↔data, citations↔references |
| PhD originality assessment | No | Yes — original contribution, independent research, system coherence |
| Severity markers | No — inconsistent feedback format | Yes — 🔴/🟡/🟢 with prioritized revision roadmap |
| Review report template | No — freeform output | Yes — formal review report deliverable to students |
| Life sciences expertise | Generic | Domain-specific (experimental design, statistics, nomenclature) |
| Interactive refinement | No — must re-prompt entirely | Yes — per-chapter discussion, adjust/add/remove opinions |
| .docx support | Limited | Yes — auto-converts via markitdown MCP |
Input .docx
│
▼
[Preprocessing] markitdown → Markdown → identify chapter structure
│
▼
[Phase 1: Auto Deep Analysis]
├─ Step 1: Overall scan (structure, research question, global impression)
├─ Step 2: Chapter-by-chapter + global analysis (170+ checklist items)
├─ Step 2b: Cross-chapter consistency checks
└─ Step 3: Generate draft review report
│
▼
[Phase 2: Interactive Refinement]
├─ Discuss specific chapters in depth
├─ Ask follow-up questions about specific issues
├─ Adjust severity markers, add/remove opinions
└─ User says "完成精修" to finalize
│
▼
[Final] Merge all changes → save final review report as Markdown
Abstract, introduction/literature review, materials & methods, results, discussion, conclusion, innovation — with domain-specific checks for experimental design, sample size, controls, and biological replicates.
Logical coherence between chapters, argumentative rigor (claim-evidence-reasoning), academic language standards, abstract quality (Chinese + English).
Chapter completeness, figure/table standards (numbering, titles, resolution, three-line tables), reference format consistency, abbreviations, biological nomenclature (gene names in italics).
Appropriate chart types, error bars/confidence intervals, statistical test selection (parametric vs non-parametric), p-value notation, multiple comparison correction, figure quality (axis labels, legends, color-blind friendly), reproducibility.
Plagiarism detection, image manipulation, data fabrication, citation ethics, originality declaration completeness.
| Module | Covers |
|---|---|
| Life Sciences | Experimental design (controls, replicates), reagent/instrument documentation, biological nomenclature (gene italics), data submission (GEO/SRA), Western blot/flow cytometry standards |
| Medicine | Clinical study design (CONSORT/STROBE), ethics (IRB, informed consent, ChiCTR registration), diagnostic test metrics, patient privacy |
| Computer Science / AI | Algorithm formalization, baseline comparison, ablation studies, data leakage prevention, code reproducibility, evaluation metrics |
| Engineering | Experimental apparatus documentation, simulation validation (mesh independence), measurement uncertainty, industry standards (GB/ISO/ASTM) |
| Chemistry / Materials | Synthesis documentation, characterization data (NMR/MS/XRD), IUPAC nomenclature, CCDC submission, safety protocols |
| Physics | Theoretical derivation rigor, experimental error analysis, numerical convergence, physical symbol conventions |
| Social Sciences | Questionnaire validity/reliability, sampling methodology, endogeneity control, qualitative coding transparency, value-fact distinction |
markitdown MCP — required for .docx to Markdown conversion# Global install (available in all projects)
git clone https://github.com/Agents365-ai/thesis-reviewer.git ~/.claude/skills/thesis-reviewer
# Project-level install
git clone https://github.com/Agents365-ai/thesis-reviewer.git .claude/skills/thesis-reviewer
# Via ClawHub
clawhub install thesis-reviewer
# Manual install
git clone https://github.com/Agents365-ai/thesis-reviewer.git ~/.openclaw/skills/thesis-reviewer
# Project-level install
git clone https://github.com/Agents365-ai/thesis-reviewer.git skills/thesis-reviewer
# Install under research category
git clone https://github.com/Agents365-ai/thesis-reviewer.git ~/.hermes/skills/research/thesis-reviewer
Or add an external directory in ~/.hermes/config.yaml:
skills:
external_dirs:
- ~/myskills/thesis-reviewer
# User-level install
git clone https://github.com/Agents365-ai/thesis-reviewer.git ~/.agents/skills/thesis-reviewer
# Project-level install
git clone https://github.com/Agents365-ai/thesis-reviewer.git .agents/skills/thesis-reviewer
# Global install
git clone https://github.com/Agents365-ai/thesis-reviewer.git ~/.opencode/skills/thesis-reviewer
# Global install
git clone https://github.com/Agents365-ai/thesis-reviewer.git ~/.pimo/skills/thesis-reviewer
skills install thesis-reviewer
| Platform | Global path | Project path |
|---|---|---|
| Claude Code | ~/.claude/skills/thesis-reviewer/ | .claude/skills/thesis-reviewer/ |
| OpenClaw | ~/.openclaw/skills/thesis-reviewer/ | skills/thesis-reviewer/ |
| Hermes Agent | ~/.hermes/skills/research/thesis-reviewer/ | Via external_dirs config |
| OpenAI Codex | ~/.agents/skills/thesis-reviewer/ | .agents/skills/thesis-reviewer/ |
| OpenCode | ~/.opencode/skills/thesis-reviewer/ | — |
| Pi-Mono | ~/.pimo/skills/thesis-reviewer/ | — |
Just provide your thesis file:
Review this master's thesis: /path/to/thesis.docx
Or in Chinese:
帮我评审这篇硕士论文:/path/to/thesis.docx
The skill will automatically convert, analyze, and generate a structured review report.
| File | Description |
|---|---|
{filename}-converted.md | Converted Markdown text |
{filename}-review-draft.md | Phase 1 draft review report |
{filename}-review-final.md | Final review report |
SKILL.md — main skill instructions, loaded by all platformschecklist.md — universal review checklist across 5 dimensions (loaded by SKILL.md during review)output-template.md — review report output template (loaded by SKILL.md for report generation)disciplines/ — discipline-specific review modules:
life-sciences.md — biology, biomedical, ecology, agriculturemedicine.md — clinical medicine, public health, pharmacycs-ai.md — computer science, AI, machine learningengineering.md — mechanical, electrical, chemical, civil engineeringchemistry.md — chemistry, materials sciencephysics.md — theoretical, experimental, computational physicssocial-sciences.md — economics, management, law, education, psychologyagents/openai.yaml — OpenAI Codex-specific configurationREADME.md — this file (English, displayed on GitHub homepage)README_CN.md — Chinese documentationNote:
SKILL.md,checklist.md,output-template.md, anddisciplines/are needed for the skill to work.agents/openai.yamlis only needed for Codex. The README files are documentation only.
markitdown MCP tool for .docx conversion. Without it, you must manually convert the thesis to Markdown first.MIT
If this skill helps you, consider supporting the author:
WeChat Pay |
Alipay |
Buy Me a Coffee |
Agents365-ai
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac