fix-bug

Installation
SKILL.md

Bug Fix Workflow

A systematic workflow for implementing bug fixes.

Phase 1: Understand the Bug

Issue/Error Analysis

  1. GitHub Issue: Fetch details from issue number

    • Check reproduction steps, expected vs actual behavior
    • Review labels, milestones, linked PRs
  2. Error Message: Parse the stack trace

    • Identify error type (panic, Result::Err, compile error)
    • Locate occurrence point (file:line)
  3. Description Only: Gather additional information

    • Confirm reproduction steps
    • Check environment (OS, Rust version, DB type)
Related skills
Installs
5
GitHub Stars
35
First Seen
Mar 17, 2026