code-review

Installation
SKILL.md

IRON LAW: Every finding MUST cite file, line range, and code evidence. No evidence = no finding.

Code Review — Risk-Priority with Fix Loop

Workflow

  • Step 1: Preflight ⚠️ REQUIRED
  • Step 2: Risk-Priority Audit (Passes A–F) ⚠️ REQUIRED
  • Step 3: Present Findings ⚠️ REQUIRED
  • Step 4: Fix Loop (conditional — scope set by Step 3)
  • Step 5: Pre-Publish Self-Check ⚠️ REQUIRED

1. Preflight — Establish Baseline ⚠️ REQUIRED

Collect in parallel:

  • Branch state: git status --short --branch
  • Commits vs base: git log --oneline --decorate --no-merges <base>..HEAD
  • Change scope: git diff --stat <base>...HEAD and git diff --name-only <base>...HEAD
Installs
34
First Seen
Apr 17, 2026
code-review — whhe/ai-workshop