Agent Skills
› fakechris/obsidian_vault_pipeline
› doctor
doctor
GitHub用于对 OVP vault 状态执行健康检查,诊断索引或工具异常、来源阻塞等问题,并提供可操作建议。
Trigger Scenarios
系统状态显示异常或被阻塞
搜索或发现功能报告索引缺失
修改路径或安装后需预检
Install
npx skills add fakechris/obsidian_vault_pipeline --skill doctor -g -y
SKILL.md
Frontmatter
{
"name": "doctor",
"description": "Run health checks over OVP vault state. Use when status looks off, index\/tools misbehave, or before trusting ask coverage."
}
OVP Doctor
Use the ovp2 MCP doctor tool to run health checks over OVP vault state.
When to use
statusshows anomalies or blocked sourcesask/find/searchreport missing index layers- Preflight after vault path or install changes
Arguments
None.
Behavior
- Report each check clearly (pass / warn / fail) with the shortest actionable next step.
- Prefer operator commands (
ovp2 index,ovp2 daily, …) over hand-editing product state. - Never “fix” health by rewriting
.ovp/crystal, evolution ledgers, or Source notes by hand.
Version History
- a9ac4bd Current 2026-09-08 21:16


