fix-report

Installation
SKILL.md

Fix and Report

A high-integrity workflow for fixing bugs, ensuring regression testing, and maintaining a GitHub-synced audit trail.

Quick start

  1. Triage: Find the bug location and root cause.
  2. Issue: Create a GitHub issue with gh issue create.
  3. TDD: Write a failing test, then the fix.
  4. Log: Run node fix-report/scripts/log-bug.js to update docs/bugs/bug-log.csv.
  5. Close: Update the GitHub issue with the final report.

Workflows

1. Diagnosis & Issue Creation

  • Explore: Use git log and codebase search to trace the error path.
  • Isolate: Identify the exact trigger (state, input, or environment).
  • GitHub: Create the issue early. See REFERENCE.md for the Initial Triage template.
Related skills
Installs
11
First Seen
Apr 24, 2026