Stats
Actions
Tags
From devtools
Reviews code for bugs, style issues, and improvements. Use when the user asks to review code, check a PR, or audit code quality.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devtools:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When reviewing code, follow this checklist:
When reviewing code, follow this checklist:
For each issue found, report:
If the code looks good, say so. Don't invent problems.
You can run the review helper script for automated checks:
scripts/review-helper.sh
npx claudepluginhub uncurated-tests/sample-plugin --plugin devtoolsCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.