local-review

Installation
SKILL.md

Local Code Review Skill

Review a pull request for real bugs and CLAUDE.md compliance violations. This review targets HIGH SIGNAL issues only.

Review Philosophy

  • Only flag issues you are certain about. If you are not sure an issue is real, do not flag it. False positives erode trust and waste reviewer time.
  • Think like a senior engineer doing a final review — flag things that would cause incidents, not things that are merely imperfect.

What to Flag

  • Code that won't compile or parse (syntax errors, type errors, missing imports)
  • Code that will definitely produce wrong results regardless of inputs
  • Clear, unambiguous CLAUDE.md violations (quote the exact rule being violated)
  • Security issues in introduced code (injection, auth bypass, data exposure)
  • Incorrect logic that will fail in production

What NOT to Flag

Related skills
Installs
7
GitHub Stars
16.5K
First Seen
Mar 13, 2026