code-reviewing

Installation
SKILL.md

Code Reviewing

Systematic code review skill based on industry best practices from Google Engineering, OWASP, and modern development standards. Designed to catch issues that casual review misses through structured, checklist-driven analysis.

Core Principle (Google): Approve code that improves overall code health, even if not perfect. Seek continuous improvement, not perfection. But NEVER approve code that degrades code health.

When to Use This Skill

Auto-activation triggers:

  • After completing significant implementation tasks
  • Before committing changes
  • When reviewing PRs or staged files

Explicit activation triggers:

  • User asks to "review", "check", "audit", or "examine" code
  • User mentions "code review", "PR review", "look at this code"
  • User asks about code quality or standards compliance
Related skills
Installs
32
GitHub Stars
65
First Seen
Jan 24, 2026