Plugin
review-anvil
Iterative multi-agent code review. Four cross-agent skills: review-anvil (engine — requested rounds of parallel codex-exec/claude-exec reviewers, adaptive continuation up to max_rounds, synthesized findings, default-on batched reproduction, and optional fix commits), review-anvil-readonly (engine with commit_mode=none), review-anvil-pr (read-only PR review with hybrid posting — inline review comments for file-anchored findings + top-level summary for the rest), review-anvil-improve-pr (productive PR loop — posts a 'starting' PR comment cc'ing the author, applies fix commits across requested/adaptive rounds, pushes back to the PR, then edits the starting comment in-place with the synthesized report or failure summary). Reviewers get distinct lenses; uncertain material findings are reproduced against code before being applied or posted; a per-round build/test gate keeps fix commits green; Bash-dispatched reviewers run under a run-reviewer.sh watchdog (hard timeout, empty-output detection). PR posting and verification delegated to `set -euo pipefail` shell helpers.