← ClaudeAtlas

review-and-acceptlisted

Use when the maintainer reviews an implementation artifact against its task record and decides accepted vs needs_revision, and when the engineer responds to review feedback. Defines GitHub review markers, files-backed `review_status`, ordered three-lens review, evidence rules, disputed-items protocol, and mandatory triage before acceptance.
bartoszarendt/agenticloop · ★ 2 · Code & Development · score 69
Install: claude install-skill bartoszarendt/agenticloop
# Review and accept The maintainer reviews the implementation artifact against the task record. For GitHub-backed review, accept only the successful read-only `github-review-prepare` exact-head packet as the delegation input. Do not begin semantic review after failed preparation, and do not repair Engineer evidence, checkpoint routing, or task contract defects inside a review response. A changed head invalidates the packet. `## Revision Resolution` is a current packet, not a history mirror: it contains exactly the prior valid `needs_revision` IDs. For `resolved`, bind the structured current-artifact reference (`commit:<full-sha>` on GitHub); prose explains the repair without duplicating identity. A prose-only exact current citation is migration-only; a present stale or malformed reference never falls back to prose. ## Recording the review outcome Review has exactly two outcomes, and every recorded outcome carries its provenance (`review_mode`): <!-- agenticloop:canonical-review-marker accepted --> ```text AGENT_REVIEW_STATUS: accepted AGENT_REVIEW_MODE: host_subagent AGENT_REVIEW_ARTIFACT: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0 [[agent: maintainer]] ``` <!-- agenticloop:canonical-review-marker needs_revision --> ```text AGENT_REVIEW_STATUS: needs_revision AGENT_REVIEW_MODE: host_subagent AGENT_REVIEW_ARTIFACT: a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0 AGENT_REVIEW_FINDINGS: F-1 [[agent: maintainer]] ``` `review_mode` records how the current artifact revision was re