| name | code-review |
| description | Use when reviewing code, pull requests, or diffs. Covers best practices for risk-focused review, severity ordering, and identifying missing tests or regressions. |
| compatibility | ["VS Code","Cursor","Windsurf","Claude Code"] |
| metadata | {"category":"Uncategorized","tags":["uncategorized"],"maturity":"beta","audience":["developers"]} |
| allowed-tools | ["bash","git","grep","find"] |
Code Review
Use this skill when the task is to review code rather than write it.
Review Priorities
- Bugs and behavioral regressions
- Data loss, security, and correctness risks
- Missing validation or broken edge cases
- Missing or weak tests for changed behavior
- Secondary maintainability concerns
Output Shape
- Findings first, ordered by severity
- File references for each finding
- Open questions or assumptions
- Short summary only after findings
Non-Goals
- Do not rewrite the code just because there is a different style preference.
- Do not bury real risks under a long summary.
Related Guardrails