| name | code-review |
| compatibility | ["github-copilot-cli"] |
| description | Use when reviewing code, pull requests, or diffs for bugs and regressions. USE FOR: review pull request for bugs, inspect diff for regression risk, identify missing test coverage, rank review findings by severity, review refactor for edge cases. DO NOT USE FOR: writing new features, restyling code for preference, making architecture decisions. |
| category | development |
| metadata | {"category":"development","maturity":"stable","audience":["developer"]} |
| allowed-tools | [] |
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