Agent Skills
› fakechris/obsidian_vault_pipeline
› status
status
GitHub用于获取OVP流水线状态,提供总量、最近运行及阻塞源信息。适用于操作健康检查或日常审查前的快速脉冲检测,只读不修改数据。
Trigger Scenarios
检查流水线是否健康
日常运行前的快速运维检查
查看阻塞源
Install
npx skills add fakechris/obsidian_vault_pipeline --skill status -g -y
SKILL.md
Frontmatter
{
"name": "status",
"description": "Get OVP pipeline status — totals, recent runs, blocked sources. Use for operational pulse checks before deeper doctor or ask work."
}
OVP Status
Use the ovp2 MCP status tool for a compact pipeline pulse: totals, recent runs, blocked sources.
When to use
- “Is the vault / pipeline healthy enough to ask?”
- Quick ops check before a daily run review
- Seeing blocked sources without a full doctor pass
Arguments
None.
Behavior
- Summarize totals, latest runs, and blocked sources in plain language.
- If blocked sources dominate, suggest
doctornext. - Do not mutate vault state; this is read-only.
Version History
- a9ac4bd Current 2026-09-08 21:16


