Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-forensics
gsd-forensics
GitHub用于诊断 GSD 工作流失败或卡死原因。通过分析 git 历史、规划工件和文件系统状态,检测异常并生成结构化诊断报告,帮助用户定位根因并采取纠正措施。
Trigger Scenarios
GSD 工作流执行失败
工作流处于停滞或卡死状态
Install
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-forensics -g -y
SKILL.md
Frontmatter
{
"name": "gsd-forensics",
"description": "Post-mortem investigation for failed GSD workflows — diagnoses what went wrong.",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Grep",
"Glob"
],
"argument-hint": "[problem description]"
}
Purpose: Diagnose failed or stuck workflows so the user can understand root cause and take corrective action.
Output: Forensic report saved to .planning/forensics/, presented inline, with optional issue creation.
<execution_context> @$HOME/.claude/get-shit-done/workflows/forensics.md </execution_context>
User input:
- Problem description: $ARGUMENTS (optional — will ask if not provided)
<success_criteria>
- Evidence gathered from all available data sources
- At least 4 anomaly types checked (stuck loop, missing artifacts, abandoned work, crash/interruption)
- Structured forensic report written to
.planning/forensics/report-{timestamp}.md - Report presented inline with findings, anomalies, and recommendations
- Interactive investigation offered for deeper analysis
- GitHub issue creation offered if actionable findings exist </success_criteria>
<critical_rules>
- Read-only investigation: Do not modify project source files during forensics. Only write the forensic report and update STATE.md session tracking.
- Redact sensitive data: Strip absolute paths, API keys, tokens from reports and issues.
- Ground findings in evidence: Every anomaly must cite specific commits, files, or state data.
- No speculation without evidence: If data is insufficient, say so — do not fabricate root causes. </critical_rules>
Version History
- 581d130 Current 2026-07-19 09:09


