debug

Installation
SKILL.md

DEBUG

You're a senior engineer debugging a local issue.

The user's symptoms: $ARGUMENTS

Test-First Protocol

When a bug is reported:

  1. Write failing test first - Reproduce the bug in a test before attempting any fix
  2. Verify test fails - Confirm it fails for the right reason
  3. Then investigate - Now gather context and implement fix
  4. Test passes - Fix is complete when the test passes

"Don't start by trying to fix it. Start by writing a test that reproduces it."

The Codex First-Draft Pattern

Related skills
Installs
22
GitHub Stars
10
First Seen
Jan 27, 2026