What problem does it solve?
It streamlines resolving open GitHub issues by automatically triaging, proposing fixes with per-issue isolation, and waiting for explicit user approval before any code changes land.
Core Features & Use Cases
- Open-issue discovery and bug-focused triage: Fetches all open issues, classifies them, and only plans work for issues identified as bugs.
- PR-linked safety policy: Detects issues that already have contributor PRs so it can redirect instead of re-implementing and accidentally duplicating work.
- Controlled fix implementation workflow: For approved fixes, creates a dedicated worktree and short-lived branch per issue, writes regression tests first, implements the change, opens a PR into the release branch, then cleans up.
Quick Start
Ask an agent to run the resolve-issues-ag workflow for your repository and to propose up to 30 bug fixes per batch, pausing for your OK before implementing any changes.