auto-issue-fixer

Automate GitHub issue triage, TDD implementation, PR creation, and review completion.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/vultuk/coding-agent-skills --skill auto-issue-fixer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-issue-fixer
Source: https://github.com/vultuk/coding-agent-skills/tree/main/auto-issue-fixer
Command: npx skills add https://github.com/vultuk/coding-agent-skills --skill auto-issue-fixer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the tedious manual workflow of triaging, prioritizing, implementing, and closing GitHub issues by running end-to-end automation.

Core Features & Use Cases

  • End-to-end automation: from issue discovery to PR creation, review, and completion.
  • TDD-driven implementation: builds tests first, then code, with automated feedback loops.
  • Robust collaboration flows: handles CI, bot reviews, and human feedback, and posts completion updates.

Quick Start

Run the skill to process the next open issue, or specify an ISSUE_NUMBER to operate on a single issue.

Frequently Asked Questions about auto-issue-fixer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing GitHub issues end-to-end from triage to PR?

To automate fixing GitHub issues end-to-end, you need a workflow that triages open issues, implements fixes using TDD, generates PRs, and monitors CI. This skill automates that complete lifecycle autonomously, including handling bot reviews and posting completion notifications.

Can I automate TDD implementation for GitHub issues and generate pull requests?

Yes, you can automate TDD implementation for GitHub issues. This skill builds tests first, then code, creating automated feedback loops that generate pull requests and monitor CI status until completion.

Do I need gh and jq installed to automate GitHub issue resolution?

Yes, you need gh, git, and jq installed to automate GitHub issue resolution. These dependencies are required for the skill to interact with repositories, manage Git operations, and parse JSON data during the automated workflow.

How does an automated GitHub issue fixer handle CI checks and bot reviews?

An automated GitHub issue fixer handles CI checks and bot reviews through a bot-review-aware feedback loop. It monitors CI status, processes review feedback, and manages human input to ensure pull requests meet repository requirements before completion.

What is the best way to triage and prioritize open GitHub issues automatically?

The best way to triage and prioritize open GitHub issues automatically is using a multi-phase workflow with parallel subagents. This approach discovers issues, prioritizes them, and implements fixes sequentially while providing phase-based status updates.

Can I specify a single GitHub issue number for automated fixing instead of processing all open issues?

Yes, you can specify a single GitHub issue number for automated fixing. By providing an ISSUE_NUMBER parameter, the skill operates exclusively on that specific issue rather than processing the next open issue in the repository.