refactor(multi-pr-review): remove Python scripts and use Task tool directly (#2719)
## Summary
- Remove Python orchestrator scripts (`orchestrate_review.py`,
`aggregate_results.py`, `post_comment.py`) from the multi-pr-review
skill
- Rewrite SKILL.md to use Claude Code's Task tool for spawning
sub-agents directly
- Replace simple consensus voting (2+ agents agree) with reasoned
validation for more accurate issue detection
- Add merge verdict determination (YES / NOT SURE / NO) to guide
reviewers
## Test plan
- [ ] Run `/dyad:multi-pr-review` on a test PR to verify the new
Task-tool-based approach works
- [ ] Verify all three agents spawn correctly with different file
orderings
- [ ] Confirm issues are validated through reasoned analysis rather than
vote counting
- [ ] Check that merge verdict is correctly displayed in the summary
comment
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- devin-review-badge-begin -->
---
<a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2719"
target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)"
srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1">
<img
src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1"
alt="Open with Devin">
</picture>
</a>
<!-- devin-review-badge-end -->
Co-authored-by:
Will Chen <willchen90@gmail.com>
Co-authored-by:
Claude Opus 4.5 <noreply@anthropic.com>
正在显示
差异被折叠。
请
注册
或者
登录
后发表评论