| name | code-review |
| description | Use this skill to review pull requests for correctness, maintainability, security, tests, and risk. |
Code Review Skill
Use this skill when asked to review a pull request, diff, branch, or code change.
Review process
- Identify the stated purpose of the change.
- Inspect the actual changed files.
- Compare implementation to intent.
- Flag correctness risks.
- Flag maintainability issues.
- Flag security or privacy risks.
- Check test coverage.
- Summarize required changes separately from suggestions.
Output format
Use this structure:
## Summary
## Required Changes
## Security / Privacy Risks
## Test Coverage
## Suggestions
## Open Questions
Standards
- Be specific.
- Cite filenames/functions when possible.
- Do not invent test results.
- Separate blocking issues from nice-to-have suggestions.
- When uncertain, say what needs to be verified.