Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-health
gsd-health
GitHub诊断规划目录健康状态并可选修复问题。检查文件完整性、配置有效性及状态一致性,同时评估会话上下文利用率以优化推理质量。
Trigger Scenarios
需要验证 .planning 目录结构完整性时
需要检查当前会话上下文窗口使用情况时
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


