debug

Analyze errors and logs to determine software bug root causes.

1|1|Updated Oct 2, 2025
One-click install
npx skills add https://github.com/ZhiruiFeng/LocalAgentCrew --skill debug-zhiruifeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/ZhiruiFeng/LocalAgentCrew/tree/main/.claude/skills/debug
Command: npx skills add https://github.com/ZhiruiFeng/LocalAgentCrew --skill debug-zhiruifeng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies, analyzes, and resolves software bugs by guiding error interpretation and root-cause determination.

Core Features & Use Cases

  • Error analysis and interpretation
  • Root cause analysis
  • Bug detection and fixing
  • Verification of fixes
  • Prevention recommendations
  • Use cases include debugging runtime errors, build failures, flaky tests, and integration issues across codebases.

Quick Start

Paste the error message and relevant logs to start debugging.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I find the root cause of a runtime error in my code?

To find the root cause of a runtime error, analyze the error messages and relevant logs to interpret the symptoms, then apply structured debugging steps to identify the underlying issue within your codebase.

What is the best way to debug flaky tests and integration issues?

The best way to debug flaky tests and integration issues is to conduct structured error analysis and root cause determination by examining test symptoms and logs to isolate the failure points across your codebase.

How do I analyze build failures to determine the root cause?

To analyze build failures, interpret the error outputs and apply structured debugging procedures to trace the symptoms back to their root cause, ensuring you verify the fix after applying it.

Can I use structured debugging for large codebases with complex integration issues?

Yes, you can use structured debugging for large codebases as it applies to integration issues of varying sizes, utilizing error interpretation and common bug pattern knowledge to diagnose and verify fixes effectively.

How do I verify a bug fix and prevent similar errors in the future?

To verify a bug fix, apply procedures for verification and documentation, and follow prevention recommendations to establish best practices that mitigate similar bug patterns occurring in your codebase.