
Reviewing My Paper
- 3 repo stars
- Updated June 25, 2026
- pengyizhou/claude-plugins
Multi-lens review of your own academic paper, delivered as an annotated PDF.
About
reviewing-my-paper is a Claude Code skill in the AI & Agent Building category. Multi-lens review of your own academic paper, delivered as an annotated PDF.
- reviewing-my-paper
- AI & Agent Building
- AI-coding skill
Reviewing My Paper by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add pengyizhou/claude-plugins/plugin install reviewing-my-paper@yizhou-toolsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | June 25, 2026 |
| Repository | pengyizhou/claude-plugins ↗ |
What it does
Multi-lens review of your own academic paper, delivered as an annotated PDF.
README.md
reviewing-my-paper (plugin)
Multi-lens review of your own academic paper → annotated PDF.
See the marketplace README for full install instructions.
Requirements
Python 3 on PATH (PyMuPDF is auto-installed into a venv by the skill if missing).
Dependency: the
academic-research-skillsplugin — install it before this one:/plugin marketplace add Imbad0202/academic-research-skills /plugin install academic-research-skills
What it does
Five review lenses + adversarial self-verification, delivered as a color-coded annotated PDF:
| Lens | Purpose |
|---|---|
| Peer review | EIC + 3 reviewers + Devil's Advocate (academic-research-skills:academic-paper-reviewer) |
| Citation check | every reference web-verified; VERIFIED / SUSPECT / NOT_FOUND |
| Argument flow | motivation → method → claim chain, overclaims |
| English discourse flow | CARS moves, summary→specification, topic sentences, section openers |
| Copy-edit | genuine grammar/prose errors (ignores extraction artifacts) |
Usage
review my paper /path/to/paper.pdf
or /reviewing-my-paper:reviewing-my-paper.
The skill (skills/reviewing-my-paper/SKILL.md) documents the full pipeline; annotate_pdf.py is the reusable annotation tool.