systematic-debugging

Diagnose technical issues across code, services, and containers using a four-phase workflow.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Glour/ai-office-v2 --skill systematic-debugging-glour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: systematic-debugging
Source: https://github.com/Glour/ai-office-v2/tree/main/skills/systematic-debugging
Command: npx skills add https://github.com/Glour/ai-office-v2 --skill systematic-debugging-glour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic debugging provides a disciplined, four-phase workflow to identify root causes before proposing fixes, reducing guesswork and wasteful iterations.

Core Features & Use Cases

  • Four-phase methodology: Phase 1 investigations, Phase 2 pattern analysis, Phase 3 hypothesis/testing, Phase 4 fix implementation.
  • Clear guardrails: capture errors, reproduce consistently, trace data flow, and validate changes before deployment.
  • Documentation and repeatability: produce a debugging log and lessons learned to prevent recurrence.

Quick Start

Ask the agent to start with Phase 1 by reading the full error, reproducing the issue, and tracing changes before proposing any fixes.

Frequently Asked Questions about systematic-debugging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is systematic debugging and when do I need it?

A systematic debugging process applies a four-phase workflow to identify root causes before proposing fixes. It reduces guesswork and wasteful iterations when diagnosing technical issues in code, services, cron jobs, gateways, and containers across environments.

How do I start troubleshooting a production issue systematically?

To start troubleshooting systematically, begin with Phase 1 by reading the full error, reproducing the issue consistently, and tracing recent changes before proposing any fixes. This captures accurate data prior to pattern analysis.

What are the steps to find the root cause of a service failure?

Finding a root cause involves a four-phase methodology: Phase 1 investigations, Phase 2 pattern analysis, Phase 3 hypothesis and testing, and Phase 4 fix implementation. Clear guardrails ensure you validate changes before deployment.

Can I use this debugging workflow for both staging and production environments?

Yes, this systematic debugging workflow applies to code, services, cron jobs, gateways, and containers across development, staging, and production environments. It uses clear guardrails to validate changes before deployment.

Why does my debugging process fail to prevent recurring issues?

Your debugging process may fail to prevent recurrence if it lacks proper documentation. A systematic approach produces a debugging log and lessons learned to ensure fixes address root causes and prevent future repetition.