agent-debugger

Diagnose root causes of failing tests and stack traces from codebase inspection.

12|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill agent-debugger-space-dinosaurs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-debugger
Source: https://github.com/Space-Dinosaurs/DinoStack/tree/main/.openclaw/skills/agent-debugger
Command: npx skills add https://github.com/Space-Dinosaurs/DinoStack --skill agent-debugger-space-dinosaurs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify the root cause of bugs by analyzing failing tests, stack traces, and code behavior, then deliver a precise diagnosis and a concise fix brief without applying changes.

Core Features & Use Cases

  • Root-cause analysis across test failures, stack traces, and bugs, with staged hypothesis formation and evidence gathering.
  • Generates a clear diagnosis and a fix brief for developers, without implementing the fix itself.
  • Reads bug reports, test outputs, and relevant code context to guide engineering decisions.

Quick Start

Provide the failing test details and stack trace to the agent to receive a structured diagnosis and a proposed fix brief.

Frequently Asked Questions about agent-debugger

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

FAQPage Schema
How do I find the root cause of a failing test from a stack trace?

To find the root cause of a failing test, provide the stack trace and codebase context to generate a structured diagnosis. The analysis forms staged hypotheses and gathers evidence to pinpoint the bug without applying code changes.

What is the best way to debug CI failures without modifying the codebase?

Debugging CI failures without modifying the codebase involves analyzing test outputs and error messages to produce a concise fix brief. This approach delivers actionable engineering decisions and a proposed fix rather than implementing the solution directly.

Can I diagnose bugs using only error messages and reproduction steps?

You can diagnose bugs using error messages and reproduction steps, but providing relevant code references improves the diagnosis. The analysis reads bug reports and test outputs to guide engineering decisions and generate a precise fix brief.

How do I perform a root-cause analysis for complex local debugging sessions?

Performing a root-cause analysis for local debugging sessions requires providing failing test details and relevant code context. The process applies staged hypothesis formation and evidence gathering to deliver a structured diagnosis and proposed fix.

Does this debugging approach automatically implement the proposed fix brief?

This debugging approach does not automatically implement the proposed fix brief. It reads bug reports and test outputs to diagnose the root cause and generate a concise fix brief, leaving the actual code changes to the developer.

Why do I need to provide context like reproduction steps for a bug diagnosis?

Providing context like reproduction steps is required for a bug diagnosis because the analysis relies on error messages and relevant code references. This context enables the structured diagnosis to form accurate hypotheses and deliver actionable guidance.