By tomas2387
Autonomous GitHub issue fixing: single-issue TDD agent and parallel multi-issue fixer with conflict-aware batching
Use when fixing multiple GitHub issues simultaneously using parallel isolated subagents — each subagent gets zero parent context and fixes one issue independently via a PR
Use when user wants autonomous GitHub issue fixing from the current repo backlog without stopping for confirmation
Claude Code plugin for autonomous GitHub issue fixing. Includes a single-issue TDD agent and a parallel multi-issue fixer with conflict-aware batching.
github-issue-fixer:fixAutonomous loop: triage → claim → worktree → TDD (RED/GREEN) → browser verify → merge → close. Picks the top-priority open issue automatically; no confirmation needed.
github-issue-fixer:fix-allSpawns up to 6 isolated subagents in a single message, each fixing one issue independently and opening a PR. Auto-selects the lowest-conflict batch — no user input required.
gh CLI authenticated to your GitHub repostatus:in-progress label (created automatically on first use)feat(scope): verb …# From a local directory
claude plugin install /path/to/github-issue-fixer
# Test without installing
claude --plugin-dir /path/to/github-issue-fixer
/github-issue-fixer:fix # Fix top-priority open issue
/github-issue-fixer:fix-all # Fix up to 6 in parallel (auto-selected)
/github-issue-fixer:fix-all 42 57 103 # Fix specific issues in parallel
fix-all derives a conflict zone from each issue title using the conventional-commit scope and first verb:
| Title | Zone |
|---|---|
feat(mobile): owner screens | mobile/owner |
feat(mobile): tenant calendar | mobile/tenant |
fix(auth): token expiry | auth/token |
refactor: remove unused import | refactor/remove |
Issues in the same zone are assumed to touch the same files and will not be batched together. Only one issue per zone is selected per run.
github-issue-fixer/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ ├── fix/
│ │ └── SKILL.md
│ └── fix-all/
│ └── SKILL.md
└── README.md
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tomas2387/github-issue-fixer --plugin github-issue-fixerCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.