← ClaudeAtlas

agentic-review-orchestrationlisted

Run independent, contextless multi-agent review against an exact draft-PR diff and accepted Issue contract. Use after an implementation is integrated and locally green; before marking a PR ready; when running a release-hardening audit; when convergence across independent reviewers would improve confidence; when building isolated reviewer briefs; or when validating and triaging findings into approved repairs, linked deferral Issues, false alarms, and other terminal dispositions. Covers reviewer isolation, exact base/head targets, personas, orthogonal audit lenses, disposable-state verification, bounded evidence-oriented briefs, parallel versus serial review, provisional ledgers, human repair approval, and public-safe PR summaries. Do not use for implementation, ordinary PR administration, or reviewing work that does not yet have a coherent integrated target.
gidde032/agentic-workflow · ★ 0 · AI & Automation · score 63
Install: claude install-skill gidde032/agentic-workflow
# Agentic Review Orchestration **Independent, contextless multi-agent review.** Instead of one agent reviewing its own work, spawn several fresh reviewers who never saw the implementation, brief each narrowly, and treat *agreement between them* as your strongest priority signal. Worked examples and provenance: `examples.md`. Reviewer brief template: `assets/reviewer-brief-template.md`. ## Vocabulary - **Subagent** — a separate agent instance spawned for a bounded job, with its own context window. - **Contextless reviewer** — a subagent given *only* a file list and a written brief. It never sees the implementation conversation, the other reviewers, or their output. Independence is the entire value. - **Convergence** — two or more independent reviewers flagging the same issue. The strongest signal you get. - **Triage** — you deciding which findings are real and how severe. Reviewer output is an *input to judgment*, never a verdict. - **Lens** — a posture defined by *what surface it inspects* (spec, UX, CI). - **Persona** — a posture defined by *who the reviewer pretends to be*. - **Review target** — the exact base commit, head commit, owning Issue, accepted contracts, and allowed files a reviewer may inspect. - **Provisional ledger** — local mutable memory holding unapproved candidate findings. Not an implementation plan, public documentation, or reviewer input. - **Public-safe review summary** — the consolidated, verified account placed in the PR after re