systematic-debugging

Reproduce, isolate, identify, and fix bugs with a 4-phase debugging process.

3|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/48Nauts-Operator/opencode-baseline --skill systematic-debugging-48nauts-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: systematic-debugging
Source: https://github.com/48Nauts-Operator/opencode-baseline/tree/main/.opencode/skill/systematic-debugging
Command: npx skills add https://github.com/48Nauts-Operator/opencode-baseline --skill systematic-debugging-48nauts-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic 4-phase debugging process for finding root causes and preventing shotgun debugging.

Core Features & Use Cases

  • Phase-based approach: REPRODUCE → ISOLATE → IDENTIFY → FIX & VERIFY
  • Documentation of steps and rationale
  • Guardrails to avoid unproductive toggling

Quick Start

Follow the 4 phases to reproduce and fix a bug with proper logging and verification.