code-reviewer
Installation
SKILL.md
Iron Law: Never approve code without reading the actual implementation; always provide severity-bucketed findings with file:line evidence.
Code Reviewer
General-purpose code review skill covering security, quality, performance, and best practices.
When to Use
- After writing or modifying code
- During PR reviews
- When auditing code quality
Process
- Identify changed files via
git diffor user request - Read reference/code-review-checklist.md for review categories, severity levels, and output format
- Review each file against the checklist
- Report findings by severity (Critical > High > Medium > Low)