How this skill is triggered — by the user, by Claude, or both
Slash command
/development:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review the code changes for "$ARGUMENTS" before merging. Check for bugs, security issues, code quality, and test coverage.
Review the code changes for "$ARGUMENTS" before merging. Check for bugs, security issues, code quality, and test coverage.
Read .metapowers/development/$ARGUMENTS/02-build.md if it exists, to understand what was built. If not available, review the current branch diff against main.
Gather the changes:
Check for bugs:
Check for security issues:
Check code quality:
Check tests:
Write the artifact to .metapowers/development/$ARGUMENTS/04-review.md with sections:
The review report written to .metapowers/development/$ARGUMENTS/04-review.md. Present a summary to the user highlighting:
npx claudepluginhub bromso/metapowers --plugin developmentGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.