From debug-assistant
Analyze an error or bug with root cause analysis and a ranked list of fix candidates
How this command is triggered — by the user, by Claude, or both
Slash command
/debug-assistant:analyze <error message or description>The summary Claude sees in its command listing — used to decide when to auto-load this command
Perform a structured root cause analysis on the provided error or bug description. ## INPUTS - Error message or bug description (required argument) - Stack trace if available (paste after the command) - Relevant source files discovered via search ## INSTRUCTIONS 1. Parse the error message and identify the error type, location, and triggering condition 2. Search the codebase for the relevant files, functions, and call sites 3. Trace the execution path that leads to the error 4. Identify the root cause — distinguish between the symptom (where it crashes) and the cause (why it happens) 5. G...
Perform a structured root cause analysis on the provided error or bug description.
One sentence describing what failed and where.
Explanation of why it failed — the underlying condition, not just the crash site.
Option 1 (Recommended): <short label>
Option 2: <short label>
Which option to take and what to verify after the fix.
npx claudepluginhub glorykidd/marketplace --plugin debug-assistant/analyzeAnalyzes project code across quality, security, performance, and architecture domains, producing severity-rated findings, actionable recommendations, metrics, and reports.
/analyzeAnalyzes repository code health via complexity metrics, git churn, and test coverage. Generates report with overview, critical issues, warnings, recommendations.
/analyzeGuides through an interactive analysis of marketing campaign performance, collecting scope, period, type, and metrics focus to produce insights and recommendations.
/analyzeScans codebase for features, components, APIs, and models; interviews user for business context; generates and saves product inventory and architecture reports to .pm/.
/analyzeAnalyzes Rails codebase or directory for layered architecture adherence, mapping layers, assessing services, detecting model violations, god objects, and abstraction opportunities.
/analyzeAnalyzes a WebGPU Inspector capture for performance and correctness issues, producing a prioritized list of findings with severity, explanation, and concrete fixes.