Agent Skills
› fakechris/obsidian_vault_pipeline
› doctor
doctor
GitHub用于对OVP vault状态执行健康检查,诊断状态异常、索引缺失或工具故障等问题,并在变更前进行预检,提供清晰的检查结果及可操作建议。
Trigger Scenarios
状态显示异常或被阻止的源
搜索功能报告缺少索引层
Vault路径或安装变更后的预检
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


