debug

$npx mdskill add first-fluke/fullstack-starter/debug

Diagnose bugs and apply minimal fixes with structured workflows.

  • Reproduces issues, identifies root causes, and executes regression tests.
  • Reads workflow definitions from .agents/workflows/debug.md files.
  • Follows step-by-step instructions to apply targeted corrections.
  • Scans for similar patterns to prevent future occurrences.
SKILL.md
.github/skills/debugView on GitHub ↗
---
name: debug
description: Structured bug diagnosis and fixing workflow — reproduce, diagnose
  root cause, apply minimal fix, write regression test, and scan for similar
  patterns
disable-model-invocation: true
---

# /debug

Read and follow `.agents/workflows/debug.md` step by step.
More from first-fluke/fullstack-starter