Skills Development Context Mode Diagnostics Runner

Context Mode Diagnostics Runner

v20260503
ctx-doctor
This tool runs comprehensive diagnostics on the current context mode environment. It checks the status of critical components, including runtimes, hooks, FTS5, plugin registrations, and versions for npm and the marketplace. Use this skill to quickly identify potential technical issues or configuration inconsistencies, ensuring smooth system operation.
Get Skill
81 downloads
Overview

Context Mode Doctor

Run diagnostics and display results directly in the conversation.

Instructions

  1. Call the ctx_doctor MCP tool directly. It runs all checks server-side and returns a plain-text status report.
  2. Display the results verbatim — they are already formatted with plain-text status prefixes: [OK] PASS, [FAIL] FAIL, [WARN] WARN. Renderer-safe (no markdown task-list syntax) for cross-client compatibility (e.g., Z.ai GLM).
  3. Fallback (only if MCP tool call fails): Derive the plugin root from this skill's base directory (go up 2 levels — remove /skills/ctx-doctor), then run with Bash:
    CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" doctor
    
    Re-display results verbatim with the same [OK]/[FAIL]/[WARN] prefixes.
Info
Category Development
Name ctx-doctor
Version v20260503
Size 1.03KB
Updated At 2026-05-04
Language