debugging

Guide engineers through reproduce, isolate, trace, and verify debugging phases.

4|1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/AGMO-Inc/agmo-everywhere --skill debugging-agmo-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging
Source: https://github.com/AGMO-Inc/agmo-everywhere/tree/main/skills/debugging
Command: npx skills add https://github.com/AGMO-Inc/agmo-everywhere --skill debugging-agmo-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically identifies and resolves root causes of software issues through a structured, phase-driven debugging workflow.

Core Features & Use Cases

  • Structured Phases: Reproduce, Isolate, Trace Root Cause, and Verify, with escalation for architectural review when needed.
  • Pattern-Driven Analysis: Classifies issues as syntax, runtime, logic, config, or dependency and guides evidence collection.
  • Knowledge Capture: Records learnings after verification to enrich future debugging sessions and decision logs.
  • Defensive workflow: Includes multi-layer validation and a codified escalation path to prevent endless fixes.

Quick Start

Describe the exact symptom and initiate the reproduce phase.

Frequently Asked Questions about debugging

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

FAQPage Schema
How do I identify the root cause of a software issue during debugging?

Root cause debugging systematically isolates software issues through a phase-driven workflow that guides engineers to reproduce, isolate, and trace the exact origin of the problem using structured evidence gathering.

What is the best way to structure a debugging workflow for complex code analysis?

A structured debugging workflow maximizes code-analysis efficiency by enforcing sequential phases: reproduce, isolate, trace root cause, and verify, while applying scope control to prevent endless fixes.

When should I escalate a runtime or logic error to an architecture review?

Escalate runtime or logic errors to an architecture review after multiple failed debugging attempts, utilizing a codified defensive workflow path to address systemic structural flaws rather than symptoms.

How can I classify software issues for effective root-cause analysis?

Root-cause analysis classifies software issues into syntax, runtime, logic, config, or dependency categories, guiding targeted evidence collection to systematically resolve the specific error type.

How do I prevent endless fixes when tracing a configuration or dependency issue?

Prevent endless fixes on config or dependency issues by applying defense-in-depth checks and strict scope control within the debugging workflow, ensuring complete verification before closing the issue.