What problem does it solve?
Orchestrates end-to-end bug fixes by coordinating reproduction, implementation, and PR creation from an initial issue through to a merged PR, ensuring repeatable and auditable workflows.
Core Features & Use Cases
- Duplicate check: scans for existing issues or fix PRs to avoid duplication.
- Reproduction workflow: fetches the issue, creates a worktree on a fix branch, and attempts to reproduce the bug.
- Implementation workflow: writes a regression test, adds the fix, and validates the test suite.
- PR orchestration: pushes the branch and opens a structured PR for review, ensuring proper commit messages and state transitions.
- Error handling: stops the pipeline at the relevant step if reproduction or implementation fails and posts context.
Quick Start
Invoke the fix-issue workflow with an issue number and optional repository to start the bug-fix sequence.