@GitHub_Daily: AI-research-feedback,一个给 Claude Code 用的学术审稿技能。 核心能同时跑六个审稿智能体,分别盯语法、前后一致性、公式、图表和论证漏洞。 还能指定 QJE、AER 这类期刊,模拟对应审稿人的挑剔程度,最后合…
摘要
AI-research-feedback 是一个为 Claude Code 设计的学术审稿技能,通过六个并行智能体检查语法、一致性、公式、图表和论证漏洞,支持指定期刊模拟审稿人,最后生成结构化审稿报告。
查看缓存全文
缓存时间: 2026/07/03 10:34
AI-research-feedback,一个给 Claude Code 用的学术审稿技能。
核心能同时跑六个审稿智能体,分别盯语法、前后一致性、公式、图表和论证漏洞。
还能指定 QJE、AER 这类期刊,模拟对应审稿人的挑剔程度,最后合成一份结构化审稿报告。
GitHub:http://github.com/claesbackman/AI-research-feedback…
除了完整审稿,还有轻量快查版、论文和代码一致性检查、基金申请书审阅。
一条 curl 命令就装好,可直接读 LaTeX 源文件来审,经济、金融方向的期刊也支持。
claesbackman/AI-research-feedback
Source: https://github.com/claesbackman/AI-research-feedback
Using AI to get feedback on your research
A collection of Claude Code skills for academic research review. This tool was developed by Claes Bäckman.
Skills in this folder
Skills/review-paper.md: Full referee-style paper review command.Skills/review-paper-light.md: Fast 2-agent paper check.Skills/review-paper-code.md: Paper-code reproducibility and alignment review.Skills/review-pap.md: Pre-analysis plan review command.Skills/review-grant.md: Grant proposal review command.
Skills
review-paper — Pre-Submission Referee Report
Runs a rigorous pre-submission review of an academic paper, simulating the scrutiny of a specific journal’s editorial board. Six specialized review agents run in parallel and consolidate their findings into a single structured report.
What it reviews:
| Agent | Focus |
|---|---|
| 1 | Spelling, grammar, and academic style |
| 2 | Internal consistency and cross-reference verification |
| 3 | Unsupported claims and identification integrity |
| 4 | Mathematics, equations, and notation |
| 5 | Tables, figures, and their documentation |
| 6 | Contribution evaluation (adversarial journal-specific referee) |
Installation:
mkdir -p ~/.claude/commands && curl -o ~/.claude/commands/review-paper.md \
https://raw.githubusercontent.com/claesbackman/AI-research-feedback/main/Skills/review-paper.md
For a project-local install:
mkdir -p .claude/commands && curl -o .claude/commands/review-paper.md \
https://raw.githubusercontent.com/claesbackman/AI-research-feedback/main/Skills/review-paper.md
Usage:
/review-paper
/review-paper QJE
/review-paper JF path/to/main.tex
Supported journals:
| Category | Journals |
|---|---|
| Top-5 economics | AER, QJE, JPE, Econometrica, REStud |
| Finance | JF, JFE, RFS, JFQA |
| Macro | AEJMacro, JME, RED |
If no journal is specified, the command applies high general standards without a specific journal persona. If no path is provided, it auto-detects the main .tex file.
Output:
Saves a consolidated report to PRE_SUBMISSION_REVIEW_[YYYY-MM-DD].md in the current directory, automatically appending -v2, -v3, and so on if a file already exists.
Customization:
- Add journals or fields by editing the recognized journal names list in the skill file.
- Add project-specific context in your prompt or in a local
CLAUDE.mdfile. - Adjust folder discovery or save paths directly in the skill if your project structure differs from the default assumptions.
Requirements:
- Claude Code with access to the
general-purposesubagent. - A LaTeX paper. The skill reads
.texfiles and optionally inspects figure and table files.
review-paper-light — Quick Paper Check
Runs a fast 2-agent pre-submission check for an economics paper. It focuses on contribution, identification, causal overclaiming, and unsupported claims, and is designed for quick iteration before a full review.
Installation:
mkdir -p ~/.claude/commands && curl -o ~/.claude/commands/review-paper-light.md \
https://raw.githubusercontent.com/claesbackman/AI-research-feedback/main/Skills/review-paper-light.md
For a project-local install:
mkdir -p .claude/commands && curl -o .claude/commands/review-paper-light.md \
https://raw.githubusercontent.com/claesbackman/AI-research-feedback/main/Skills/review-paper-light.md
Usage:
/review-paper-light
/review-paper-light path/to/main.tex
If no path is provided, the command auto-detects the main .tex file.
Output:
Saves a short prioritized report to QUICK_REVIEW_[YYYY-MM-DD].md in the current directory, automatically versioning the filename if one already exists.
Requirements:
- Claude Code with access to the
general-purposesubagent. - A LaTeX paper.
review-paper-code — Paper-Code Reproducibility Review
Runs a paper-code review for empirical research projects. It discovers the main LaTeX paper and analysis code, checks reproducibility and code quality, maps the paper’s main empirical claims to the code, and writes a constructive report highlighting strengths, gaps to verify, and concrete next steps.
What it reviews:
| Area | Focus |
|---|---|
| Paper discovery | Main .tex file and included sections |
| Code discovery | Stata, R, and Python scripts in common analysis folders |
| Reproducibility | Paths, seeds, outputs, dependencies, run order, documentation |
| Code quality | Structure, commented-out code, opaque transforms, major thresholds |
| Paper-code alignment | Tables, variables, sample restrictions, methods, clustering, fixed effects |
Usage:
/review-paper-code
/review-paper-code path/to/main.tex
/review-paper-code path/to/main.tex path/to/code_dir
/review-paper-code path/to/main.tex path/to/code_dir full
Review depth:
main: default; focuses on main scripts and core outputsfull: reviews all detected code files in scope
Output:
Writes a report to code_review_report.md in the current working directory.
Requirements:
- Claude Code with access to the
general-purposesubagent. - A LaTeX paper plus Stata, R, or Python analysis code.
review-pap — Pre-Analysis Plan Review
Runs a 6-agent pre-submission review of a pre-analysis plan (PAP). The command auto-detects the main PAP and supporting files, then evaluates writing quality, specification completeness, internal consistency, identification strategy, statistical analysis, implementation details, and registry or journal fit.
Installation:
mkdir -p ~/.claude/commands && curl -o ~/.claude/commands/review-pap.md \
https://raw.githubusercontent.com/claesbackman/AI-research-feedback/main/Skills/review-pap.md
For a project-local install:
mkdir -p .claude/commands && curl -o .claude/commands/review-pap.md \
https://raw.githubusercontent.com/claesbackman/AI-research-feedback/main/Skills/review-pap.md
Usage:
/review-pap
/review-pap AEA
/review-pap QJE path/to/pap.tex
Supported targets:
- Trial registries:
AEA,EGAP,OSF,ClinicalTrials,ISRCTN - Journal standards:
AER,QJE,JPE,RESTUD,AEJ,JEEA - General standards:
top-journal,working-paper
If no target is specified, the command defaults to top-journal. If no path is provided, it auto-detects the main PAP file.
Supporting files it can inspect:
- Power calculations and sample-size worksheets
- Survey instruments and questionnaires
- Randomization protocols and sampling frames
- Code skeletons and mock tables
- Data dictionaries and ethics materials
Output:
Saves a consolidated report to PAP_REVIEW_[YYYY-MM-DD].md in the current directory.
Requirements:
- Claude Code with access to the
general-purposesubagent. - A PAP in a readable format such as
.md,.txt, or.tex. The skill can also attempt to work with.pdfand.docx, while noting accessibility limitations if needed.
review-grant — Grant Proposal Review
Runs a 6-agent pre-submission panel review of a grant proposal. The command auto-detects the main proposal and supporting documents, then evaluates clarity, compliance signals, internal consistency, significance, innovation, research design, feasibility, budget logic, team readiness, and fit to the target funder or program.
Installation:
mkdir -p ~/.claude/commands && curl -o ~/.claude/commands/review-grant.md \
https://raw.githubusercontent.com/claesbackman/AI-research-feedback/main/Skills/review-grant.md
For a project-local install:
mkdir -p .claude/commands && curl -o .claude/commands/review-grant.md \
https://raw.githubusercontent.com/claesbackman/AI-research-feedback/main/Skills/review-grant.md
Usage:
/review-grant
/review-grant NSF
/review-grant NIH path/to/proposal.pdf
Supported funders/programs:
- US federal science and health:
NSF,NIH,ERC,HorizonEurope - General proposal standards:
major-funder,foundation
If no target is specified, the command defaults to major-funder. If no path is provided, it auto-detects the main proposal file.
Supporting files it can inspect:
- Budgets and budget justifications
- Timelines and workplans
- Biosketches, CVs, and personnel documents
- Data-management plans, mentoring plans, and facilities statements
- Letters of support, appendices, and supplementary materials
Output:
Saves a consolidated report to GRANT_PROPOSAL_REVIEW_[YYYY-MM-DD].md in the current directory.
Requirements:
- Claude Code with access to the
general-purposesubagent. - A proposal in a readable format such as
.md,.txt, or.tex. The skill can also attempt to work with.pdfand.docx, while noting accessibility limitations if needed.
License
MIT — free to use, adapt, and share.
相似文章
@gaoren7716: 写论文这件事,可能要被流程化 AI 系统重写了 不是帮你润色,不是帮你改一句话,而是从选题开始就有 13 个 Agent 在协作 功能清单: Deep Research(13-agent 调研团队) Systematic Review(P…
介绍了一套名为Academic Research Skills的开源AI工具,通过13个Agent协作实现从选题到写作、审稿的全流程学术研究自动化,可作为Claude Code插件使用,将学术研究变为标准化生产线。
@geekbb: 覆盖 200+ 主流期刊的 Claude Code/Codex 期刊论文写作技能包,从选题到审稿回复全流程都有。 https://github.com/brycewang-stanford/Awesome-Journal-Skills…
一份覆盖200+主流期刊的Claude Code/Codex期刊论文写作技能包,包含从选题到审稿回复的全流程,开源在GitHub上。
@wsl8297: 用 AI 写论文最怕的不是写不出来,而是它看起来很完整,实际上研究空白、文献支撑、论证结构都站不住。Academic Paper Skills 解决的就是这个问题。 GitHub:https://github.com/lishix520/…
Academic Paper Skills 是一套用于 Claude Code 的论文写作技能框架,将写作流程分为策略和写作两个阶段,并内置文献支撑、审稿人模拟和质量检查等特性,帮助用户从研究想法生成初稿。
@QingQ77: 为中文科研工作者提供一套集成化 AI 学术技能包,覆盖论文写作、学术 Office 文档生成与科研计算三大场景。 https://github.com/zLanqing/codex-claude-academic-skills… 三个技能…
为中文科研工作者提供一套集成化AI学术技能包,包含论文写作、学术Office文档生成与科研计算三大场景,可在Claude Code和Codex上直接使用。
@GitHub_Daily: 用 AI 写的文章,读起来总有一股 AI 味,句式工整、用词重复,发布或提交后总担心被检测到。 最近偶然找到了 AI Humanize Text 这个开源工具,专门把 AI 生成的文本改写成更自然的人类写作风格。 提供了四种不同的改写思路…
介绍了一个名为 AI Humanize Text 的开源工具,通过多语言翻译链、大模型多轮改写等方法,将 AI 生成的文本改写得更自然,避免被检测。