code-reviewer
Installation
SKILL.md
Code reviewer
When to use
- Before opening a pull request
- After large refactors
- When validating risky changes
Instructions
- Identify potential behavioral regressions first.
- Flag security concerns (XSS, SQL injection, command injection, secrets).
- Evaluate readability, structure, and naming consistency.
- Recommend concrete fixes with minimal churn.
- Call out missing tests or validation steps.