What problem does it solve? After multiple audit agents (chaos_monkey, vibe_sentinel, security_engineer, and critic sub-agents) finish their reviews, their pass/fail stamps are scattered across REVIEWS.md and LOG.md with no single authority deciding whether the code is safe to release. This Skill consolidates all of those stamps into one deterministic Release Readiness Report. ## Core Features & Use Cases - Stamp Aggregation: Extracts distributed stamps ([ARCH_PASS], [SEC_PASS], [TESTS_PASS], [ALIGN_PASS]) and aggregated stamps ([SEC_CLEARED], [VIBE_CLEARED], [CHAOS_CLEARED], [PII_CLEARED], [UACS_VERIFIED]) from REVIEWS.md and LOG.md, rejecting any stamp older than 7 days. - CRITIC_STAMP Synthesis: Writes the Tier 3 [CRITIC_STAMP] only after verifying all four distributed pass stamps exist with no newer FAIL stamps. - Severity Gating: Counts P0/P1/P2 findings and blocks release on any unresolved P0 or any P1 without a tracking E-## task in TASKS.md. - Use Case: After a sprint's security, chaos, and architecture audits complete, run this Skill to append a [RELEASE_VERDICT] to REVIEWS.md and stamp [RELEASE_READY] or [RELEASE_BLOCKED] in LOG.md before committing. ## Quick Start Synthesize all Tier 3 audit stamps from REVIEWS.md and LOG.md and write the release readiness verdict for the current E-## task.