code-reviewer

Installation
SKILL.md

Code reviewer

When to use

  • Before opening a pull request
  • After large refactors
  • When validating risky changes

Instructions

  1. Identify potential behavioral regressions first.
  2. Flag security concerns (XSS, SQL injection, command injection, secrets).
  3. Evaluate readability, structure, and naming consistency.
  4. Recommend concrete fixes with minimal churn.
  5. Call out missing tests or validation steps.
Installs
1
GitHub Stars
34
First Seen
Mar 20, 2026