From contextd
Diagnose an error message using AI analysis and past fixes. Searches remediations and provides root cause analysis with recommended next steps.
How this command is triggered — by the user, by Claude, or both
Slash command
/contextd:diagnoseFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
Diagnose an error message using contextd. Take the error message from the command argument or ask the user to provide it. 1. Call `mcp__contextd__troubleshoot_diagnose` with: - error_message: The provided error - error_context: Any additional context (stack trace, logs) 2. Call `mcp__contextd__remediation_search` with: - query: The error message - tenant_id: From git remote or default 3. Present findings: - Root cause analysis - Hypotheses ranked by likelihood - Past remediations if found - Recommended next steps 4. If a fix is found and applied successfully, of...
Diagnose an error message using contextd.
Take the error message from the command argument or ask the user to provide it.
Call mcp__contextd__troubleshoot_diagnose with:
Call mcp__contextd__remediation_search with:
Present findings:
If a fix is found and applied successfully, offer to record it with remediation_record.
@_error-handling.md
Partial failures:
troubleshoot_diagnose fails: Fall back to manual analysis, still attempt remediation_searchremediation_search fails: Continue with diagnosis only, note "Proceeding with AI diagnosis only."Both fail: Fall back to standard debugging approach without contextd assistance.
npx claudepluginhub fyrsmithlabs/marketplace --plugin contextd/fix-errorAnalyzes error messages to identify root causes, predict resolution time, and suggest proven fixes. Also supports --deep, --quick, and --preventive modes.
/fix-errorAnalyzes error messages to identify root cause, predict resolution time, and suggest proven fixes. Supports deep analysis, preventive focus, and quick-fix modes.
/fix-errorAnalyzes error messages to identify root causes, estimate resolution time, and suggest verified fixes. Supports deep analysis, preventive advice, and quick-fix modes.
/fix-errorAnalyzes error messages to identify root cause, predict resolution time based on severity, and propose tested fixes. Also supports --deep, --preventive, and --quick modes.
/fix-errorAnalyzes error messages to identify root causes, estimate resolution time, and suggest verified fixes. Also supports --deep, --preventive, and --quick modes.
/fix-errorAnalyzes error messages to identify root cause, predict resolution time, and suggest proven solutions. Supports deep analysis, preventive focus, and quick-fix modes.