debug

Analyzes code regressions, crashes and build failures via root-cause tracing and hypothesis-driven debugging workflows.

2|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/r3dlex/oh-my-auggie --skill debug-r3dlex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/r3dlex/oh-my-auggie/tree/main/plugins/oma/skills/debug
Command: npx skills add https://github.com/r3dlex/oh-my-auggie --skill debug-r3dlex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

该技能帮助开发者快速定位并解决代码中的错误、回归和构建失败问题,节省排查时间。

Core Features & Use Cases

  • 根因分析:系统化识别错误根源,追踪堆栈和变更历史。
  • 证据收集:通过运行调试流程,收集必要的日志和信息以提供诊断依据。
  • 示例应用:在遇到难以重现的构建错误时,利用此技能分析出故障的具体原因。

Quick Start

给出错误信息后,使用此技能对症检测并找到根源。

Frequently Asked Questions about debug

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

FAQPage Schema
What is root-cause analysis and how does it help with debugging code regressions?

Root-cause analysis systematically identifies the origins of code regressions by tracing stack traces and change history. It helps developers pinpoint exact failure points, ensuring project stability through evidence-driven diagnostics rather than guesswork.

How do I find the root cause of a difficult build failure?

To find the root cause of a build failure, provide the error information to initiate evidence collection. The process runs debugging workflows to gather necessary logs, forming hypotheses to trace the specific fault causing the regression.

Can I use stack trace analysis for hard-to-reproduce crashes?

Yes, stack trace analysis supports reproducibility and detailed hypothesis tracking for complex issues. By systematically collecting evidence and tracing change history, it diagnoses intermittent crashes and software project regressions effectively.

What is the best way to troubleshoot an error without guessing?

The best way to troubleshoot an error without guessing is using evidence-driven tracing. This approach collects runtime logs and performs detailed hypothesis testing to verify the exact failure mechanism, improving debugging efficiency systematically.

Does evidence-driven debugging work for complex software project regressions?

Evidence-driven debugging works for complex software project regressions by mapping stack traces against change history. It improves debugging efficiency by validating hypotheses with collected logs, ensuring accurate root-cause identification.