What problem does it solve?
Per-task code reviews can each pass while the overall feature is broken. This Skill performs the final read-only adversarial review of an entire Chorus Idea's aggregate code change, catching cross-task integration failures, architecture drift, security holes, and regressions that isolated reviews structurally miss.
Core Features & Use Cases
- Aggregate Feature Review: Fetches the Idea, approved proposals, documents, and tasks via Chorus MCP tools, infers the diff scope from task work reports, and reviews the whole feature across six dimensions including integration, security, and test coverage.
- Read-Only Verification: Runs the project's build, test, and lint commands with a strict read-only Bash policy, treating any build or test failure as an automatic FAIL verdict.
- Structured Verdict Contract: Classifies findings as BLOCKER or NOTE and posts a single comment ending in an exact literal verdict (VERDICT: PASS, PASS WITH NOTES, or FAIL) that automation greps for.
- Use Case: After all tasks of an Idea pass individual review, run this Skill to verify the tasks actually integrate, then let the orchestrator ship on PASS or spawn fix tasks on FAIL.
Quick Start
Ask the agent to run the code-reviewer-chorus skill on a given Idea UUID to review the whole feature's aggregate code change and post its verdict comment.