一键导入
thesis-excellence
Multi-agent thesis review — dispatches specialized agents based on scope, synthesizes combined report
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multi-agent thesis review — dispatches specialized agents based on scope, synthesizes combined report
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | thesis-excellence |
| description | Multi-agent thesis review — dispatches specialized agents based on scope, synthesizes combined report |
Orchestrate a comprehensive multi-agent review of the thesis. The argument specifies the scope.
all — Review the entire thesis (all written chapters)04_methodology / 05_results / etc. — Review a specific chaptercode — Review all analysis notebookspre-submit — Full pre-submission check (everything)Run tectonic to verify compilation:
cd /Users/alessandro/Projects/Tesi/thesis && tectonic main.tex 2>&1
If compilation fails, report the error and stop.
Based on the scope, select which agents to run:
| Scope | Agents |
|---|---|
Any .tex chapter | proofreader, latex-auditor, notation-checker |
| Ch. 4 or Ch. 5 | + causal-inference |
Chapters with \citet/\citep | + literature-rag |
code scope | code-reviewer |
all or pre-submit | All agents |
Use the Task tool to fork to each agent in parallel where possible. For each agent:
Combine all agent reports into a unified assessment:
THESIS EXCELLENCE REPORT
=========================
Scope: [what was reviewed]
Date: [date]
COMPILATION: [PASS/FAIL]
AGENT REPORTS:
├── Proofreader: [summary + issue count]
├── LaTeX Auditor: [summary + issue count]
├── Notation Checker: [summary + issue count]
├── Causal Inference: [summary + top recommendation]
├── Literature RAG: [summary + verification rate]
└── Code Reviewer: [summary + issue count]
QUALITY ASSESSMENT:
├── Clarity: X/10
├── Rigor: X/10
├── Consistency: X/10
├── Completeness: X/10
└── Presentation: X/10
Overall: X.X/10
TOP 5 PRIORITY ACTIONS:
1. [highest priority improvement]
2. [second priority]
3. [third priority]
4. [fourth priority]
5. [fifth priority]
DETAILED FINDINGS:
[Include full agent reports below, organized by agent]
pre-submit scope, be especially thorough — this is the final check before submissionBuild a comprehensive TWFE Mathematics Explainer using a multi-agent pipeline with empirical data integration
Deep econometric review of identification strategy, TWFE, and shift-share design
Compile the thesis with tectonic and report results
Regenerate all CZ choropleth maps for the thesis (Frey et al. style)
Proofread a thesis chapter for grammar, style, and clarity
Review a Python analysis notebook for correctness, reproducibility, and formula consistency