From simplepowers
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
How this skill is triggered — by the user, by Claude, or both
Slash command
/simplepowers:requesting-code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review completed work in the current session to catch issues before they cascade.
Review completed work in the current session to catch issues before they cascade.
Core principle: Review early, review often.
Mandatory:
Optional but valuable:
1. Get the diff:
git diff main...HEAD
# or for a specific range:
git diff <base-sha>..<head-sha>
2. Review against requirements:
Read the diff and check against the plan or requirements. Use the checklist below.
3. Act on findings:
Plan alignment:
Code quality:
Testing:
Production readiness:
[What's well done? Be specific.]
[Bugs, security issues, data loss risks, broken functionality]
[Architecture problems, missing features, poor error handling, test gaps]
[Code style, optimization opportunities, documentation polish]
For each issue:
Ready to merge? [Yes | No | With fixes]
Reasoning: [1-2 sentence technical assessment]
Never:
If you find you were wrong:
npx claudepluginhub clementhw/simplepowers --plugin simplepowersCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.