Important
This repo has moved. The canonical home for the /review skill is now
dotbrains/skills, alongside the
rest of the dotbrains agent skills.
Install with:
npx skills@latest add dotbrains/skillsOr copy the file directly:
mkdir -p ~/.claude/skills/review
curl -fsSL https://raw.githubusercontent.com/dotbrains/skills/main/skills/review/SKILL.md \
-o ~/.claude/skills/review/SKILL.mdThis repository is archived and will not receive further updates. File issues and PRs against dotbrains/skills.
Portable /review skill for high-signal pull request review:
- Read PR metadata and description.
- Read associated ticket to understand scope and intent.
- Analyze diff plus surrounding code context.
- Run PR-suggested tests in read-only mode.
- Produce a structured review with Critical / Suggestions / Nits.
See the canonical SKILL.md in dotbrains/skills.