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

上下文模式诊断检查

v20260503
ctx-doctor
本工具用于运行全面的上下文模式环境诊断。它检查运行时、钩子、FTS5、插件注册以及npm和市场占位符等关键组件的状态。使用此技能快速识别潜在的技术问题或配置不一致性,确保系统平稳运行。
获取技能
81 次下载
概览

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.
信息
Category 编程开发
Name ctx-doctor
版本 v20260503
大小 1.03KB
更新时间 2026-05-04
语言