Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-health
gsd-health
GitHub诊断规划目录完整性并检查会话上下文利用率,识别缺失文件、无效配置及状态不一致等问题,支持自动修复和上下文健康评估。
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


