debug

Deploy a debugger agent to analyze bugs and produce root-cause reports.

2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Conava/claude-devline --skill debug-conava
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/Conava/claude-devline/tree/main/skills/debug
Command: npx skills add https://github.com/Conava/claude-devline --skill debug-conava

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables a structured, automated debugging workflow by launching a debugger agent to systematically investigate and resolve bugs.

Core Features & Use Cases

  • Systematic root-cause analysis using a debugger agent to reproduce, trace, and fix issues.
  • Passes error messages, stack traces, or failing tests to guide the investigation.
  • Generates a final root-cause report with recommended fixes and an optional review step.

Quick Start

Describe the bug, error message, or failing test to start a systematic debugging session.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I automate root-cause analysis from a stack trace?

You can automate root-cause analysis by passing the stack trace to a debugger agent, which systematically investigates the bug, reproduces the issue if needed, and generates a structured report with suggested fixes.

What is the best way to investigate a failing test and unexpected behavior?

The best way to investigate a failing test and unexpected behavior is to launch a systematic debugging session that guides the investigation across code paths and reproduces the issue automatically.

Can I use an automated debugger agent for bug investigation without dependencies?

Yes, you can use this automated debugger agent for bug investigation without dependencies, as it operates independently to trace error details and produce a structured root-cause report.

How do I start a systematic debugging workflow when given an error message?

To start a systematic debugging workflow, describe the bug or paste the error message directly to initiate the session, which then guides the investigation across your code paths.

Does automated troubleshooting work for reproducing issues across complex code paths?

Yes, automated troubleshooting works for complex code paths by deploying a debugger agent that systematically traces the issue and reproduces it if needed to pinpoint the root cause.