dual-pass-review

Installation
SKILL.md

Dual-Pass Code Review Workflow

Mandatory review checkpoint that runs after any code changes to ensure quality and convention compliance.

Core Principle

Every code change requires verification before task completion.

Two review passes:

  1. First Pass: Review unstaged changes for correctness + convention compliance
  2. Second Pass: Conditional - ONLY if first pass made changes, review again

When to Use

Trigger AUTOMATICALLY after:

  • Feature implementation (/cook, /code)
  • Bug fixes (/fix, /debug)
  • Refactoring (/refactor)
  • Any edit/write operations that modify code
Related skills

More from congdon1207/agents.md

Installs
3
GitHub Stars
11
First Seen
Feb 4, 2026