review-code
Installation
SKILL.md
Review Code
Review with a code-review mindset. Findings come first; summaries are secondary.
Workflow
- Read the requested files, diff, or feature context first.
- Trace the main behavior and the highest-risk edge cases.
- Identify concrete issues that could cause bugs, regressions, security problems, UX issues, or hard-to-maintain code.
- Check whether tests cover the risky behavior and call out missing coverage.
- Report only findings you can justify from the code, the diff, or clearly stated assumptions.