Diagnose an error message using AI analysis and past fixes. Searches remediations and provides root cause analysis with recommended next steps.
Analyzes error messages using AI diagnosis and past remediation data to provide root cause analysis and recommended fixes.
/plugin marketplace add fyrsmithlabs/marketplace/plugin install contextd@fyrsmithlabsDiagnose 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.