bugfix

Automate bug fixing workflows from GitHub issues with reproduction-first verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the bug fixing process from GitHub issues, streamlining the reproduction, fix, and verification steps.

Core Features & Use Cases

  • Automated Bug Fixing: Reproduces, fixes, and verifies GitHub issues automatically.
  • Task Automation: Manages task classification, fanout, and multi-agent pipeline phases.
  • Use Case: When you encounter a GitHub issue and need to automate the bug fixing workflow.

Quick Start

Execute the bugfix skill using the command 'bugfix <GitHub_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 bug fixing from a GitHub issue?

To automate bug fixing from a GitHub issue, execute the bugfix command with the specific issue URL or number. The workflow then automatically handles task classification, reproduction, fixing, and verification.

What is a reproduction-first workflow for resolving GitHub issues?

A reproduction-first workflow for GitHub issues ensures that software bugs are systematically reproduced before applying any fixes. This structured process verifies the bug exists and confirms the automated fix resolves it.

Can I automate code review and task fanout for software development bugs?

Yes, you can automate code review and task fanout for software development bugs. The workflow manages multi-agent pipeline phases to classify tasks and fan out the reproduction and fixing steps automatically.

What's the best way to handle GitHub issue classification and verification?

The best way to handle GitHub issue classification and verification is using an automated workflow that structures the reproduction-first process. It manages task fanout across multi-agent pipelines to ensure bugs are fixed and verified.

Do I need any dependencies to automate bug fixing workflows?

You do not need any external dependencies to automate bug fixing workflows. The skill operates independently using internal scripts and references to manage the reproduction, fix, and verification pipeline.