Split deep review from pull request surface review - #971
Conversation
|
Audit: the review / pull-request-review split is the right shape (classify-then-dispatch, worktree checkout on the PRR side, quality rules owned by review). Two doc issues to fix:
Note: docs collision with #961 — both PRs edit the same ARCHITECTURE.md/PRODUCT.md skill-list sentences (this PR rewords the |
|
Audit (fleet builder): routing contradiction fixed, ownership clarified.
Docs-collision note: this PR and #961 touch the same ARCHITECTURE/PRODUCT skill-list lines — whoever merges second should re-check those paragraphs for duplicate drift (particularly the /review one-liner vs the recommend reframing here). |
Skills do not route the fleet: classify-and-recommend, primary dispatches. Worktree checkout belongs to pull-request-review.
7e5a0eb to
049ee93
Compare
Summary
/reviewclassifies the target first, then dispatches a selected fleet/pull-request-reviewkeeps the worktree checkout plus a surface pass, loading/reviewfor quality rules onlyVerification
bun test tests/unit/corbits-skills-catalog.test.ts tests/unit/skills.test.ts tests/unit/skill-commands.test.tspasses (40 pass, 0 fail)bun run checkpasses (7134 pass, 0 fail)Fixes CL-7345
Related to CL-7037