silver-forensics

Investigates session failures and generates structured post-mortem reports with root-cause conclusions.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill silver-forensics
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: silver-forensics
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/silver-forensics
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill silver-forensics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Root-cause investigation for completed sessions, abandoned sessions, verification failures, or mid-session stalls — classifies failure, guides an investigation path, and writes a post-mortem report to <project-root>/docs/silver-forensics/

Core Features & Use Cases

  • Classify session outcomes and determine root causes from evidence.
  • Generate structured post-mortem reports and remediation recommendations.
  • Applicable in both autonomous and manual triage to ensure traceable, redacted reporting.

Quick Start

Run a post-mortem on the latest session and write the report to docs/silver-forensics.

Frequently Asked Questions about silver-forensics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I investigate the root cause of a session failure or stall?▼

To investigate a session failure, the skill reads session logs, planning artifacts, and git history to classify the failure and guide evidence gathering. It produces a structured post-mortem report with a clear root-cause conclusion and remediation steps.

What is the best way to generate a post-mortem report for an abandoned session?▼

The best way to generate a post-mortem report for an abandoned session is to run an automated triage that analyzes session evidence. It writes a structured, redacted report under docs/silver-forensics with remediation recommendations.

Can I use automated triage for root-cause analysis on mid-session stalls?▼

Yes, you can use automated triage for root-cause analysis on mid-session stalls. The skill applies to completed, abandoned, or mid-session incidents, reading available logs and git history to determine the root cause.

Does session forensics work with git history and planning artifacts?▼

Yes, session forensics works with git history and planning artifacts. It reads these sources alongside session logs to classify outcomes and ensure traceable, redacted reporting for root-cause investigations.

Where are post-mortem reports saved when investigating verification failures?▼

Post-mortem reports for verification failures are saved in a structured format under the docs/silver-forensics directory. The investigation classifies the failure and outputs a redacted report containing remediation steps.