Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-health
gsd-health
GitHub诊断 .planning 目录完整性并可选修复问题。检查缺失文件、无效配置及孤立计划。支持 --context 参数评估上下文利用率,根据阈值提供健康、警告或关键状态建议,辅助优化会话资源管理。
Trigger Scenarios
需要检查规划目录健康状况时
发现规划文件异常或配置错误时
用户显式请求运行健康检查或修复任务时
Install
npx skills add AjayIrkal23/agentic-mercy-10x --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] [--context]"
}
--context runs an orthogonal check: the running session's context utilization. The workflow asks for the model's tokensUsed + contextWindow, calls gsd-sdk query validate.context, and renders one of three states:
| Utilization | State | Action |
|---|---|---|
| < 60% | healthy | no action — context is comfortable |
| 60% – 70% | warning | recommend /gsd:thread to start fresh |
| ≥ 70% | critical | reasoning quality may degrade past the fracture point |
<execution_context> @$HOME/.claude/get-shit-done/workflows/health.md </execution_context>
Version History
- 581d130 Current 2026-07-19 09:09


