
from gsd-pi610
Turn GSD runtime artifacts (.gsd/) into a filing-ready forensics report: trace symptom → root cause with file:line citations and propose a minimal fix; read-onl
This skill turns scattered GSD runtime artifacts (activity logs, journal, metrics, auto.lock) into a coherent, GitHub-issue-ready post-mortem. It reconstructs the failure chain, cites exact artifact paths (file and line or JSON field), names a falsifiable root cause and proposes a minimal, testable fix.
Invoke when auto-mode exits unexpectedly, a session crashes, a unit is dispatched repeatedly (stuck loop), or when /gsd forensics or automated reports are insufficient. Use it when you need a careful, read-only investigation that preserves evidence.
Best for agents with filesystem access and the ability to read .gsd/ artifacts (local or attached logs). Works with dev-focused agents (Copilot/Codex/Claude) that can follow procedural diagnostics.
GSD Forensics is a read-only post-mortem skill that traces runtime failures in GSD auto-mode via .gsd/ artifacts (activity logs, journal, metrics, lock files). No bundled scripts. The SKILL.md is thorough and well-structured with clear process steps, anti-patterns, and success criteria. Read-only constraint is explicitly enforced throughout.
Well-crafted skill with strong emphasis on read-only discipline and evidence-based reasoning. The success criteria and anti-patterns sections are excellent guardrails. Security is strong — no credentials, no network calls, no destructive commands, explicit prohibition on state mutation. Niche usefulness since it targets GSD users specifically. No scripts to test.