debug-fix

Diagnose and fix bugs from GitHub issues and error reports.

5|3|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/zebbern/termstack --skill debug-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-fix
Source: https://github.com/zebbern/termstack/tree/main/.claude/skills/debug-fix
Command: npx skills add https://github.com/zebbern/termstack --skill debug-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find and fix bugs across sources such as GitHub issues, error messages, user reports, or observed behavior.

Core Features & Use Cases

  • Stepwise debugging workflow guiding investigation, reproduction, and verification.
  • Reproducible-fix pipeline with evidence gathering and traceable changes.
  • Flexible across repositories, issues, and runtime errors.

Quick Start

Analyze the provided issue input and generate a precise fix plan in a reproducible workflow.

Frequently Asked Questions about debug-fix

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

FAQPage Schema
How do I debug and fix GitHub issues across multiple repositories?

To debug cross-repo GitHub issues, this Skill enforces a stepwise investigation workflow: gathering evidence, reproducing the bug, and applying a structured fix. It provides traceable changes using git to ensure fixes are reproducible across affected sources.

What is the best way to reproduce runtime errors from user-reported bugs?

The best way to reproduce runtime errors is through an evidence-gathering pipeline that analyzes user reports and observed behavior. This Skill guides stepwise investigation to reliably reproduce the error state before generating a targeted fix plan.

Can I use this debugging workflow for single projects or small teams?

Yes, this bug-fix workflow is explicitly suited for developers debugging single projects or small teams. It flexibly handles issue triage and runtime errors without requiring complex enterprise infrastructure.

How do I create a reproducible fix plan from an error message?

You create a reproducible fix plan by inputting the error message into the workflow. The Skill analyzes the issue and generates a precise, stepwise fix plan that includes evidence gathering and git-based traceability for the applied changes.

Does issue triage require git-based traceability for bug fixes?

Git-based traceability is enforced for bug fixes to ensure changes are tracked and reproducible. This structured fix workflow links the investigated issue directly to the repository changes, maintaining clear evidence throughout the debugging process.