fix-issues

Triage GitHub bug issues, apply code fixes, and open pull requests.

7|2|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye-desktop --skill fix-issues-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issues
Source: https://github.com/bitan-del/gods-eye-desktop/tree/main/.claude/skills/fix-issues
Command: npx skills add https://github.com/bitan-del/gods-eye-desktop --skill fix-issues-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-fix GitHub issues labeled as bugs: fetch open bug issues, analyze feasibility, fix code, and submit PRs. One issue per invocation. Use when: (1) User says "/fix-issues", (2) User asks to fix GitHub issues.

Core Features & Use Cases

  • Automated workflow: GitHub bug issues → analyze → fix → PR.
  • Announce at start: "I'm using fix-issues skill to find and fix a GitHub bug issue."

Quick Start

Invoke the skill with /fix-issues to start automatic triage and patch creation.

Frequently Asked Questions about fix-issues

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

FAQPage Schema
How do I automatically fix GitHub issues labeled as bugs?

To automatically fix GitHub issues labeled as bugs, this skill triages open bug reports, analyzes feasibility, applies code changes, runs tests, and opens pull requests. It processes one issue per invocation via the /fix-issues command.

What is the process for triaging GitHub bug issues and creating pull requests?

Triage and pull request creation involves filtering candidate bug issues by description, linked PRs, and reproduction steps. The automated workflow then applies code changes, generates tests for each fix, and submits PRs compliant with repository CI checks.

Do I need the GitHub CLI to auto-fix bug issues and open PRs?

Yes, you need an authenticated GitHub CLI to auto-fix bug issues and open PRs. The automated triage and patch creation workflow requires authenticated access to fetch open bugs, apply changes, and submit pull requests to the repository.

Can I run automated GitHub issue fixing in batch mode or daemon mode?

Automated GitHub issue fixing supports batch mode processing one issue per invocation and daemon mode with skip-list management. Both modes filter candidate bugs by description, linked PRs, and reproduction steps before applying fixes.

What are the limitations of automatically patching GitHub issues?

Limitations of automatically patching GitHub issues include processing only one issue per invocation in batch mode and requiring Phase 1-3 workflow orchestration. Fixes must pass tests and comply with repository CI checks before PR submission.