fix-bug
Installation
SKILL.md
Bug Fix Workflow
A systematic workflow for implementing bug fixes.
Phase 1: Understand the Bug
Issue/Error Analysis
-
GitHub Issue: Fetch details from issue number
- Check reproduction steps, expected vs actual behavior
- Review labels, milestones, linked PRs
-
Error Message: Parse the stack trace
- Identify error type (panic, Result::Err, compile error)
- Locate occurrence point (file:line)
-
Description Only: Gather additional information
- Confirm reproduction steps
- Check environment (OS, Rust version, DB type)