What problem does it solve?
It solves the problem of missing critical issues during large-scale refactors or release prep by coordinating a repeatable, whole-repository review pass that verifies, de-duplicates, and records findings.
Core Features & Use Cases
- Six-way scope splitting to cover
src/ with non-overlapping subtree batches.
- Evidence-verified reporting where each finding is checked via cited file:line and grep call-site confirmation, with closed or speculative items dropped.
- Standardized finding outputs emitted as standalone files with Severity / Location / Summary / Details / Impact / Suggested fix / Notes.
- Task collection and indexing that consolidates results into
tasks/review-N-<slug>/ and produces an INDEX.md for easy review.
- Closed-findings cross-checking against the single-source
CLOSED-FINDINGS.md log to prevent regressions and duplicate reporting.
Quick Start
Ask the AI to run the 10 Fully Review global workflow to scan src/ by splitting it into six subtrees, verifying each finding, and outputting results into tasks/review-N-<slug>/ with an INDEX.md.