Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-health
gsd-health
GitHub诊断规划目录健康状态,检查文件缺失、配置错误及状态不一致等问题。支持通过--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


