One-click install
npx skills add https://github.com/tannergolden/repository --skill error-debugging-specialist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Error Debugging Specialist
Source: https://github.com/tannergolden/repository/tree/main/.agent/storage/skills/error-debugging
Command: npx skills add https://github.com/tannergolden/repository --skill error-debugging-specialist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill consolidates error discovery, reproduction, and root-cause analysis to accelerate software debugging.

Core Features & Use Cases

  • Automated diagnosis: Reproduces issues with tests and collects logs, traces, and error data to identify root causes.
  • Guided remediation: Provides actionable steps and verification tests to fix the underlying problem.
  • Use Case: When a flaky test fails in CI, it automatically traces the failure path and suggests fixes with a test plan.

Quick Start

Run an error_report to begin diagnosing the failing component.

Frequently Asked Questions about Error Debugging Specialist

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

FAQPage Schema
How do I reproduce a failing test and trace its root cause?

Root cause analysis traces software bugs by reproducing issues with tests and collecting logs, traces, and error data. It identifies the exact failure path in a codebase and suggests fixes with a test plan.

What is the best way to debug flaky test failures in CI?

Debugging flaky CI test failures requires tracing the failure path across the codebase and collecting error data. The skill provides actionable fixes and a test plan to verify the underlying problem is resolved.

Can I use automated diagnosis for production incident post-mortem debugging?

Yes, automated diagnosis applies to production incident post-mortem debugging. It consolidates error discovery and regression analysis to identify root causes and document the required remediation steps.

Does root cause analysis work without dependencies or external components?

Yes, root cause analysis works without external dependencies or components. It uses deterministic troubleshooting to trace failing builds and generate reproducible test setups directly from logs.

When should I use guided remediation instead of manual bug investigation?

Use guided remediation instead of manual bug investigation when you need deterministic troubleshooting and documented remediation steps. It accelerates debugging by automatically collecting error data and suggesting fixes.