Agent Skills
› davepoon/buildwithclaude
› gsd:health
gsd:health
GitHub验证.planning目录完整性,检测缺失文件、无效配置、状态不一致及孤立计划等问题。支持通过--repair参数执行自动修复流程,确保规划目录健康状态。
Trigger Scenarios
用户请求检查规划目录健康状况
需要诊断并修复.planning目录中的配置或状态问题
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


