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 pasted error output to identify root causes, predict resolution times, and suggest fixes from common patterns. Supports --deep, --preventive, --quick options.
/fix-errorAnalyzes error messages and logs to identify root causes, predict resolution times, and propose proven fixes with priorities. Supports --deep, --quick, --preventive options.
/fix-errorAnalyzes error output to identify root causes, predict resolution times, and propose proven fixes. Supports --deep, --preventive, --quick modes.
/fix-errorAnalyzes pasted error logs to identify root causes, predict fix times, and suggest verified solutions from common patterns. Supports --deep, --preventive, --quick options.
/fix-errorAnalyzes error messages/logs to identify root causes, predict resolution times, and propose proven fixes. Supports --deep, --preventive, and --quick options.
/fix-errorAnalyzes error logs or stack traces, identifies root cause, predicts resolution time, and suggests proven fixes. Supports --deep, --quick, --preventive modes.