debugging-systematic
CommunityDiagnose bugs, not just fix symptoms.
Software Engineering#debugging#troubleshooting#bug fix#database#error handling#root cause analysis#logging
AuthorT1nker-1220
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill eliminates the common pitfall of jumping to solutions without proper diagnosis, which often leads to fixing symptoms instead of root causes, wasting time and reintroducing bugs.
Core Features & Use Cases
- Root Cause Analysis: Guides you through a systematic workflow to identify the true source of a bug, including generating multiple hypotheses and distilling them to the most likely causes.
- Strategic Validation: Utilizes strategic logging and direct database validation via MCP servers (Firebase, PostgreSQL, Supabase) to confirm diagnoses with real-time data.
- Use Case: When a user reports an error like "Cannot read property 'imageUrl' of undefined," this skill will systematically gather information, propose 5-7 hypotheses, narrow them down, and use MCP servers to validate database schema or data issues before suggesting a fix.
Quick Start
Ask Claude to systematically debug an issue:
I'm getting an error: "Cannot read property 'imageUrl' of undefined" when trying to access dating features. Can you help me debug this systematically?
Example MCP query for Firebase:
firebase_query({ collection: "users", documentId: "user123" })
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: debugging-systematic Download link: https://github.com/T1nker-1220/.claude/archive/main.zip#debugging-systematic Please download this .zip file, extract it, and install it in the .claude/skills/ directory.