bug-issue

Installation
SKILL.md

Bug Issue

Use this skill to fix bugs or regressions reported in a GitHub issue.

How this differs from feature-issue

  • Focuses on reproducing and diagnosing a problem, not building new functionality.
  • Requires a root-cause analysis and regression tests.

Workflow

  1. Issue analysis

    • Require an issue number argument. If missing, ask for it.
    • gh issue view <issue-number>
    • Summarize expected vs actual behavior.
    • If anything is unclear, interview the user for clarification and reproduction details.
  2. Reproduce

    • Follow the steps from the issue.
Related skills
Installs
6
Repository
tmeister/skills
First Seen
Feb 3, 2026