macanderson

Santa Review — AI skill for Claude Code

AI community

Adversarial dual-review convergence loop — two independent model reviewers must both approve before code ships.

How to install Santa Review

Installs to ~/.claude/skills/macanderson-agent-harness-santa-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/macanderson-agent-harness-santa-review && curl -fsSL https://raw.githubusercontent.com/macanderson/agent-harness/HEAD/commands/santa-review.md -o ~/.claude/skills/macanderson-agent-harness-santa-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Santa Review does


description: Adversarial dual-review convergence loop — two independent model reviewers must both approve before code ships.

Santa Loop

Adversarial dual-review convergence loop using the santa-method skill. Two independent reviewers — different models, no shared context — must both return NICE before code ships.

Purpose

Run two independent reviewers (Claude Opus + an external model) against the current task output. Both must return NICE before the code is pushed. If either retur

Alternatives in AI

Full documentation available on GitHub

View Source Repository