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


