code-review

Installation
SKILL.md

Code Review Mode

Perform a comprehensive code review with structured analysis across multiple dimensions.

When to Use This Skill

  • When reviewing pull requests or merge requests
  • Before merging feature branches into main/trunk
  • When asked to review specific files or changes
  • During pair programming review sessions
  • For post-implementation quality checks

Workflow

Phase 1: Context Gathering

  1. Identify the scope:
    • Determine which files/commits to review (diff, specific files, or branch comparison)
    • Get the diff: git diff for the relevant range
Installs
2
GitHub Stars
3
First Seen
Mar 1, 2026
code-review — thoreinstein/agents