What problem does it solve?
Iteratively addressing PR feedback, parsing CI failures, and tracking code review comments can be a manual, time-consuming, and error-prone process.
Core Features & Use Cases
- Automated Feedback Discovery: Automatically reads CI logs, PR comments, and detects merge conflicts, categorizing all discoveries into actionable items.
- Systematic Issue Resolution: Creates child Beads issues for each problem, presents them for mandatory discussion, and fixes approved issues one by one with auto-commits.
- Iterative Refinement Loop: Pushes all fixes to the same branch, triggering new CI runs, and allows for continuous iteration until the PR is ready to merge.
- Use Case: When your PR has CI failures or code review comments, simply say "fix the PR" to get a categorized list of issues, discuss them, and have the AI systematically apply fixes.
Quick Start
To address all feedback on your Pull Request, simply say:
"fix the PR"
Or, to fix specific bugs you've identified:
"i noticed bugs: 1. MCP type error, 2. permission denied"