What problem does it solve?
Coordinating multiple AI code reviewers on the same branch risks conflicting edits, torn worktree state, and PR comments that reference commits never pushed. This Skill orchestrates a serial review gauntlet so each reviewer works on a clean, settled tree and comments only land after the push.
Core Features & Use Cases
- Serial review gauntlet: Runs /lens-debate, /codex-debate, /simplify, and code-police one after another, each as the sole editor committing its own fixes on the live branch.
- Push-then-comment safety: Suppresses per-step self-commenting, pushes once after all steps finish, and only then posts the deferred lens, codex, and police PR comments so no comment references a local-only SHA.
- Robust orchestration: Resolves the merge-base once, pins the target repo path for cross-repo runs, retries codex on reviewer-error, and reconciles incomplete applies or commits before moving on.
- Use Case: From a /be workflow on a feature branch, run the full review gauntlet so four reviewers debate, fix, simplify, and police the diff, then push and post consolidated PR comments automatically.
Quick Start
Ask the agent to run the review gauntlet on the current branch against the default base, optionally limiting tracks with --tracks lens,codex,simplify,police.