ccpm-debugging

Community

Debug systematically, fix faster, rest easy.

Authorduongdev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill eliminates the frustration of chaotic debugging by providing a systematic, defense-in-depth approach to identify, trace, and resolve software issues. It ensures every bug fix is thorough, verified, and documented, preventing recurrence and saving development time.

Core Features & Use Cases

  • Systematic Troubleshooting: Guides you through observing symptoms, forming hypotheses, testing, confirming, fixing, verifying, and documenting.
  • Root-Cause Tracing: Employs techniques like the "5 Whys" to uncover the true origin of problems, not just symptoms.
  • Linear Integration: Automatically updates Linear tasks with debugging progress, findings, and blockers, keeping your project management in sync.
  • Use Case: When your CI/CD pipeline fails intermittently with a "database connection timeout," this skill will guide you through diagnosing network, configuration, or readiness issues, helping you implement a robust health check and document the fix in Linear.

Quick Start

When tests are failing, use the /ccpm:verification:fix AUTH-123 command. The debugging skill will activate automatically to guide you through the fix.

Dependency Matrix

Required Modules

None required

Components

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: ccpm-debugging
Download link: https://github.com/duongdev/ccpm/archive/main.zip#ccpm-debugging

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository