fix-issues

Triage GitHub bug issues, analyze root causes, and submit fix PRs.

33|6|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill fix-issues-gaogg521
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issues
Source: https://github.com/gaogg521/1ONE-ClaudeCode/tree/main/.claude/skills/fix-issues
Command: npx skills add https://github.com/gaogg521/1ONE-ClaudeCode --skill fix-issues-gaogg521

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end triage and automated fixes for GitHub issues labeled as bugs, enabling teams to identify, group, and fix root causes with minimal human input.

Core Features & Use Cases

  • Automated issue collection and filtering to surface actionable bugs with minimal assignee effort
  • Root-cause analysis, deduplication, and grouping of related issues into a single fix
  • One-click PR creation and automatic linking of related issues, with optional daemon-mode operation

Quick Start

Invoke the skill with /fix-issues to start the automated bug-fix workflow.

Frequently Asked Questions about fix-issues

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

FAQPage Schema
How do I automate GitHub bug triage and fixes for open issues?

To automate GitHub bug triage, you can use a skill that collects open issues, filters them by criteria, and analyzes root causes to submit pull requests. It operates in batch and daemon modes to minimize human input.

Can I automatically group and fix duplicate GitHub issues?

Yes, automated issue triage can deduplicate and group related sibling issues into a single fix. This process identifies the root cause and writes tests before submitting a unified pull request.

Do I need gh CLI authentication to automate pull requests for repository issues?

Yes, you need gh CLI authentication and a configured repository to automate end-to-end issue fixes. The strict workflow relies on this setup to collect issues and submit pull requests.

What is daemon mode for automated issue fixing?

Daemon mode allows the automated bug-fix workflow to run continuously in the background. It collects open issues labeled as bugs, applies classification gates, and submits fixes without manual invocation.

How does automated bug triage ensure pull request quality?

Automated bug triage enforces quality through a strict workflow that includes deduplication, classification gates, and quality checks. It writes tests and analyzes root causes before creating pull requests.