What problem does it solve?
Per-task code reviews can each pass while the combined feature is broken; this Skill performs the final read-only review of an entire Idea's aggregate change across all its tasks, catching cross-task integration, security, and regression defects before the feature ships.
Core Features & Use Cases
- Aggregate feature review: Fetches the Idea, approved proposals, documents, and tasks via Chorus MCP tools, then reviews the whole diff for cross-task integration, architecture drift, security seams, regressions, and feature-level test coverage.
- Structured verdict output: Classifies findings as BLOCKER or NOTE and posts a single comment on the Idea ending with an exact machine-greppable verdict: VERDICT: PASS, PASS WITH NOTES, or FAIL.
- Round-aware re-review: In round 2 and later, verifies only whether previous BLOCKERs were fixed without introducing new NOTEs.
- Use Case: After all tasks of an approved proposal are done, spawn this reviewer to run the project's build and test commands, inspect the combined diff, and post a ship/no-ship verdict on the Idea.
Quick Start
Invoke spawn_agent with the chorus:chorus-code-reviewer skill and the text "Review the code for idea <idea-uuid>. Round: N. Post VERDICT."