distill

Installation
SKILL.md

distill

Post-mission audit and distillation for crew operations. Two modes:

  • capture — reads a session JSONL + mission report, classifies failure incidents using the 8-code taxonomy, outputs a structured audit JSON co-located with the report
  • analyze — reads all audit JSONs in reports/, aggregates trends, produces a findings report and GitHub issues with recommendations

When to Use

  • capture: after every mission (pass or fail) — triggered by the poller as a follow-up mission
  • analyze: weekly via cron, or manually to survey trends across missions
  • Skip capture if {report-name}-audit.json already exists — idempotent guard

Prerequisites

gh auth status                          # needed for analyze mode
python3 --version                       # needed for JSONL parsing
ls ~/.claude/projects/                  # session JSONL files must be accessible
Related skills
Installs
15
GitHub Stars
2
First Seen
Apr 12, 2026