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 devtoolsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.