debug-issues
CommunityDiagnose bugs, trace root causes, fix with confidence.
Software Engineering#software engineering#debugging#troubleshooting#root cause analysis#error resolution#code intelligence#bug diagnosis
Authoryangsi7
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a systematic, intelligence-first approach to debugging. It traces from a reported symptom to the root cause, parses error messages, leverages code intelligence, and proposes validated fixes, significantly reducing debugging time and effort.
Core Features & Use Cases
- Systematic Root Cause Analysis: Captures symptoms, parses error messages (type, file:line, stack trace), and uses
project-intel.mjsto trace dependencies and identify the exact source of the bug. - CoD^Σ Trace & MCP Verification: Documents a complete Chain-of-Thought (CoD^Σ) reasoning chain and verifies findings against authoritative sources (MCP) for transparent, evidence-backed diagnoses.
- Comprehensive Bug Report: Generates a detailed
bug-report.mdincluding symptom, root cause, fix specification (with code changes), and a verification plan, ready for implementation. - Use Case: If a user reports a "TypeError: Cannot read property 'discount' of undefined" during checkout, this Skill will pinpoint the missing null check at
src/pricing/calculator.ts:67, explain why it fails, and provide the exact code fix with a test plan.
Quick Start
Use the debug-issues skill to diagnose the 'TypeError' in the attached error log.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: debug-issues Download link: https://github.com/yangsi7/fine-tuning-exercise-generation/archive/main.zip#debug-issues Please download this .zip file, extract it, and install it in the .claude/skills/ directory.