bugfix

Automate GitHub issue fixing through reproduction, debugging, and verification workflows.

Updated May 5, 2026
One-click install
npx skills add https://github.com/hkjang/qwen-code --skill bugfix-hkjang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bugfix
Source: https://github.com/hkjang/qwen-code/tree/main/.qwen/skills/bugfix
Command: npx skills add https://github.com/hkjang/qwen-code --skill bugfix-hkjang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of fixing GitHub issues by providing a structured workflow that includes reproduction, debugging, and verification steps.

Core Features & Use Cases

  • Structured Bug Fixing: Follows a reproducible workflow for debugging and fixing issues reported on GitHub.
  • Input Handling: Accepts GitHub issue URLs or numbers as input.
  • Automated Steps: Automates steps like reading the issue, reproducing the bug, fixing it, and verifying the fix.
  • Use Case: When a user reports a bug, this Skill can be used to automatically handle the reproduction and verification of the bug, saving time and effort.

Quick Start

Run the bugfix skill with the GitHub issue URL or number: bugfix <issue-url-or-number>.

Frequently Asked Questions about bugfix

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

FAQPage Schema
How do I automate fixing GitHub issues from start to finish?

To automate fixing GitHub issues, you can run the bugfix skill with a GitHub issue URL or number. It guides you through a structured workflow to reproduce, debug, and verify the bug fix using shell commands.

What is the structured workflow for debugging and fixing GitHub issues?

The structured workflow for debugging GitHub issues involves reading the issue, reproducing the bug, applying the fix, and verifying the results. This process ensures reproducible bug fixing and saves manual effort.

Do I need GitHub API access to reproduce and verify bugs?

Yes, you need GitHub API access to retrieve issue details and handle debugging commands. The skill uses this access to read the reported issue and automate the subsequent reproduction and verification steps.

Can I use a GitHub issue number instead of a URL for bug reproduction?

Yes, you can input a GitHub issue number instead of a URL for bug reproduction. The skill accepts both GitHub issue URLs and numbers to initiate the automated debugging and verification workflow.

What's the best way to verify a bug fix reported on GitHub?

The best way to verify a GitHub bug fix is using a structured workflow that automates the reproduction and verification steps. This ensures the fix resolves the originally reported issue effectively.

Why is my GitHub issue reproduction not working with automated scripts?

If GitHub issue reproduction fails, ensure you have correctly provided the issue URL or number and have proper GitHub API access. The skill relies on shell commands to read and reproduce the issue accurately.