fix-issue

Fetch GitHub issue details, classify type, plan, implement, test, and push a branch.

3.9k|557|Updated Jul 30, 2021
One-click install
npx skills add https://github.com/mysticaltech/terraform-hcloud-kube-hetzner --skill fix-issue-mysticaltech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/mysticaltech/terraform-hcloud-kube-hetzner/tree/main/.claude/skills/fix-issue
Command: npx skills add https://github.com/mysticaltech/terraform-hcloud-kube-hetzner --skill fix-issue-mysticaltech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end workflow for fixing GitHub issues by fetching issue details, analyzing the repository, and applying fixes following the project's CLAUDE.md methodology.

Core Features & Use Cases

  • Fetch issue details and classify issue type
  • Plan, implement, and test code changes, then push a dedicated branch
  • Suitable for standard maintenance tasks such as bug fixes, minor enhancements, and issue triage

Quick Start

Provide an issue number to initiate the guided issue-fix workflow and follow the on-screen prompts.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I automate GitHub issue fixes end-to-end from fetching details to pushing a branch?

To automate GitHub issue fixes end-to-end, provide an issue number to trigger a workflow that fetches issue data, classifies the type, plans code changes, implements, tests, and pushes a dedicated branch.

What is the best way to handle issue triage and bug fixes using a deterministic workflow?

The best way to handle issue triage and bug fixes is using a deterministic workflow that fetches issue details, analyzes the repository, and applies a structured fix plan before pushing changes to a dedicated branch.

Can I use this automated workflow for minor feature enhancements on standard repository layouts?

Yes, you can use this automated workflow for minor feature enhancements on standard repository layouts, as it supports standard software maintenance tasks including feature tweaks and bug fixes.

How does the code analysis process work when fixing a GitHub issue?

The code analysis process works by fetching the specified GitHub issue details, classifying the issue type, analyzing the repository structure, and then planning, implementing, and testing the required code changes.

Do I need a CLAUDE.md file to guide the repository analysis and fix plan?

Yes, you need a CLAUDE.md file in your repository to guide the methodology, as the automated fix plan applies changes following the project's specific CLAUDE.md instructions.

Why does the GitHub issue fix workflow require an issue number to start?

The GitHub issue fix workflow requires an issue number to start because it uses that identifier to fetch the exact issue details, classify the type, and formulate the specific code changes needed for the fix.