技能 编程开发 上下文模式诊断

上下文模式诊断

v20260405
ctx-doctor
通过 ctx_doctor MCP 或后备 CLI 执行上下文模式诊断,检查运行时、hooks、插件和市场版本,并以 markdown 清单形式返回结果,便于快速定位对话环境问题。
获取技能
130 次下载
概览

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 markdown checklist.
  2. Display the results verbatim — they are already formatted as a checklist with [x] PASS, [ ] FAIL, [-] WARN.
  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 as a markdown checklist.
信息
Category 编程开发
Name ctx-doctor
版本 v20260405
大小 897B
更新时间 2026-04-06
语言