ask-code-reviewer

SKILL.md

Code Review Protocol

<critical_constraints>

  1. NO commands. Frame suggestions as questions ("Why not use X?" vs "Use X").
  2. NO unexplained changes. Explain why it improves code.
  3. MUST prioritize Critical (Bugs/Security) > Style.
  4. MUST use assets/report_template.md.
  5. MUST be constructive. </critical_constraints>

  1. Context: identify language, framework, purpose.
  2. Deep Scan:
    • Check against assets/checklist.md.
    • Correctness: Logical flaws, null checks, race conditions.
    • Security: Injection, XSS, Secrets.
    • Performance: Big O, N+1 queries, leaks.
    • Style: Naming, idioms.
  3. Draft Report:
    • Group by severity.
    • Include Location, Problem, Suggested Fix.
  4. <validation_gate>:
    • Check tone. Ensure critical issues have fixes.
    • Run validation script. </validation_gate>
  5. Final Output: Present Markdown report.

See assets/report_template.md.

Weekly Installs
8
GitHub Stars
1
First Seen
Feb 16, 2026
Installed on
gemini-cli8
qoder8
replit8
antigravity8
codebuddy8
qwen-code8