What problem does it solve? Bug fixes often happen ad hoc: no reproduction record, no root cause analysis, scope creep, and no verification trail. This Skill inserts a structured buffer between "found a problem" and "changed the code", so every fix leaves behind a report, an analysis, and a fix note that can be traced months later. ## Core Features & Use Cases - Workflow Routing: Inspects the current issue directory under codestable/issues/ and dispatches to the right sub-skill (cs-issue-report, cs-issue-analyze, or cs-issue-fix) based on which artifacts already exist. - Two Paths: A standard three-stage path (report → analyze → fix) with human checkpoints, plus a fast track for simple bugs where the root cause is obvious and the change touches only 1-2 spots. - Mandatory Fix Note: Every resolved issue produces a {slug}-fix-note.md with YAML frontmatter, enabling search by severity, tags, and status. - Use Case: A user says "there's a bug where the serial monitor crashes on empty data". The Skill checks for existing issue files, routes to the report stage, then guides analysis and a scoped fix with a verification record. ## Quick Start Tell the AI "I found a bug, help me fix it" and it will route you through the issue workflow starting with a problem report.