debug-tools

Automate iterative debugging sessions with confidence scoring to identify root causes and propose minimal fixes.

8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/adeonir/agent-skills --skill debug-tools
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: debug-tools
Source: https://github.com/adeonir/agent-skills/tree/main/skills/%28development%29/debug-tools
Command: npx skills add https://github.com/adeonir/agent-skills --skill debug-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Debugging complex software issues can be time-consuming and error-prone; this Skill standardizes the debugging workflow with a confidence-scored analysis and a structured log-injection process.

Core Features & Use Cases

  • Five-phase debugging workflow: Investigate, Inject Logs, Propose Fix, Verify, Cleanup.
  • Confidence scoring to prioritize root-cause investigations and determine next steps.
  • Targeted log injection and automatic cleanup to minimize context-switching and leave no traces post-resolution.
  • Optional MCP integration to adapt to available runtime analysis tools.

Quick Start

Start a debugging session on a failing feature and request targeted logs.

Frequently Asked Questions about debug-tools

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

FAQPage Schema
How do I debug intermittent runtime failures when I don't know the root cause?▼

Iterative debugging automates root cause analysis for intermittent runtime failures by strategically injecting 3-5 logs, scoring investigation confidence, and proposing minimal fixes to isolate the exact issue.

What's the best way to find silent errors across client-side apps and APIs?▼

Targeted runtime inspection finds silent errors across client-side apps and APIs by injecting strategically placed logs during an automated debugging session, then automatically cleaning them up post-resolution.

How does confidence scoring work in a debugging workflow?▼

Confidence scoring in debugging workflows prioritizes root cause investigations by evaluating the likelihood of identified issues, helping determine next steps and whether to proceed to log injection or propose a fix.

Do I need MCP servers to run runtime inspection for debugging?▼

MCP servers are optional for runtime inspection debugging; the workflow supports optional MCP integration to adapt to available runtime analysis tools, but requires YAML frontmatter metadata for activation.

How to automate log injection and cleanup during codebase debugging?▼

Automated log injection and cleanup during codebase debugging works through a five-phase workflow: Investigate, Inject Logs, Propose Fix, Verify, and Cleanup, ensuring targeted logs leave no traces post-resolution.

Can I use this debugging workflow for intermittent failures in complex codebases?▼

The debugging workflow handles intermittent failures in complex codebases by standardizing the debugging process with confidence-scored analysis and structured log injection, targeting runtime issues across APIs and client-side apps.