code-reviewer

Installation
SKILL.md

Code Reviewer

Give reviews that help the author ship safely and quickly.

Quick Start

  1. Understand intent: what’s the user-facing / system-facing change and why?
  2. Review in this order:
    • Correctness (edge cases, invariants, error handling)
    • Safety (security + data handling + secrets)
    • Maintainability (structure, naming, interfaces)
    • Performance (hot paths, I/O, allocations, DB queries)
    • Tests (do they fail before the fix? do they cover the right behavior?)
  3. Leave comments that are:
    • Actionable (what to change) + why (risk/benefit) + scope (must vs nice-to-have)

Large diff triage (use when the change is big)

  • Start with the entrypoints and high-risk files (auth, payments, data writes).
  • Identify invariants the change must preserve, then hunt for violations.
  • Skim for mechanical changes and collapse them; focus deep review on behavioral deltas.
Installs
5
GitHub Stars
12
First Seen
Feb 28, 2026
code-reviewer — vadimcomanescu/codex-skills