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


