Agent Skills
› davepoon/buildwithclaude
› gsd:health
gsd:health
GitHub验证.planning/目录完整性,检查缺失文件、无效配置、状态不一致及孤立计划等问题,并可选执行修复操作。
Trigger Scenarios
诊断规划目录健康状态
发现配置文件或状态异常需修复
Install
npx skills add davepoon/buildwithclaude --skill gsd:health -g -y
SKILL.md
Frontmatter
{
"name": "gsd:health",
"description": "Diagnose planning directory health and optionally repair issues",
"allowed-tools": [
"Read",
"Bash",
"Write",
"AskUserQuestion"
],
"argument-hint": "[--repair]"
}
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/health.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:13


