What problem does it solve? A single agent reviewing its own output shares the same biases and blind spots that produced the errors, so hallucinations, compliance violations, and inconsistencies slip through to production. This Skill enforces adversarial verification by requiring two independent reviewers to both pass the output before it ships. ## Core Features & Use Cases - Dual Independent Review: Two context-isolated review agents evaluate output against an identical structured rubric, and both must pass for the output to ship. - Convergence Fix Loop: Flagged issues are fixed and re-reviewed by fresh agents each round, with a max-iteration cap and human escalation on exhaustion. - Batch Sampling Mode: Verifies a stratified random sample of large batches, classifies failure patterns, and applies targeted fixes across the whole batch. - Use Case: Before publishing AI-generated technical documentation, run both reviewers against a rubric covering factual accuracy, hallucination-free claims, and completeness; fix flagged issues and re-verify until both reviewers pass. ## Quick Start Review this generated output with two independent reviewers against my rubric and iterate fixes until both pass.