adversarial-review

Installation
SKILL.md

Adversarial Review

Two independent reviewers examine code, then cross-review each other's findings in iterative rounds until only nitpicks remain.

Inputs

Determine from user message or ask:

  1. Target — file paths, PR number (gh pr diff <N>), or git diff range
  2. Focus (optional) — security, performance, correctness, architecture, or all
  3. Max iterations — default 3

Phase 0: Gather the diff

Create working directory first, then write diff into it:

REVIEW_DIR=$(mktemp -d /tmp/adversarial-review-XXXXXX) && chmod 700 "$REVIEW_DIR"
echo "Review artifacts: $REVIEW_DIR"
Related skills

More from wiseiodev/skills

Installs
1
First Seen
Apr 30, 2026