What problem does it solve?
Developers often lose context when fixing bugs, leading to missing documentation, unclear root‑cause analysis, and untracked fixes. This Skill structures the bug‑resolution process to keep every step recorded and traceable.
Core Features & Use Cases
- Issue Reporting: Generates a
report.md with a clear problem statement and YAML frontmatter.
- Root‑Cause Analysis: Guides the creation of an
analysis.md documenting investigation details.
- Fix Documentation: Produces a
fix-note.md that records the exact changes and verification steps.
- Routing Logic: Determines whether to follow the full three‑step flow or a fast‑track path based on existing files and problem complexity.
- Use Case Example: When a new authentication bug is discovered, the Skill creates the appropriate markdown files, routes you to the correct sub‑skill, and ensures a complete audit trail.
Quick Start
Ask Claude to begin the easysdd‑issue workflow for the bug titled “auth token leak”.