This loop turns a backlog of issues into a steady stream of small, verified PRs.
The cycle takes the next actionable ticket, implements the fix on an isolated branch, adds tests, verifies, and opens a conventional-commit PR that links the issue.
If a ticket needs a product decision, it labels it for human review and moves on.
It repeats until the actionable ticket queue is empty.
When to use
- To clear a backlog of bugs and simple issues.
- When you want small, easy-to-approve PRs.
- To separate what can be automated from what needs a human.
How to use
Run the loop asking it to take the next actionable issue, fix it on an isolated branch, test it, and open a PR that links the issue, flagging product decisions for a human.