systematic-debugging

Guide systematic debugging through observe, hypothesize, test, and fix phases.

3|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/Grimblaz/workflow-template --skill systematic-debugging-grimblaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: systematic-debugging
Source: https://github.com/Grimblaz/workflow-template/tree/main/.claude/skills/systematic-debugging
Command: npx skills add https://github.com/Grimblaz/workflow-template --skill systematic-debugging-grimblaz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides an evidence-based, 4-phase debugging framework to systematically analyze, hypothesize, test, and fix bugs, especially hard-to-reproduce or intermittent issues.

Core Features & Use Cases

  • 4-Phase Process: Observe, Hypothesize, Test, Fix with templates.
  • Templates & Logs: Observation logs, test logs, and post-fix verification guidance.
  • Practical Mindset: Bisection tips, common root-cause checks, and a proactive debugging mindset.

Quick Start

Start with Phase 1: Observe; collect symptoms and logs, then generate hypotheses, plan tests, run them, and implement fixes, iterating until the issue is resolved.