Content
88%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced forensic workflow with strong validation and feedback loops, undermined only by a missing core template file referenced in multiple phases and minor non-operational padding.
Suggestions
Add the missing templates/forensic-report.md file (or correct the path) — it is referenced in Phase 0, Phase 6, and the Reference Materials section but does not exist in the bundle, which breaks the workflow at initialization.
Trim the non-operational provenance lines ('Adapted from RAPTOR's forensics system', 'Inspired by RAPTOR's 1800+ line OSS Forensics system') to reduce token overhead without losing actionable content.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Largely efficient and dense with actionable commands rather than concept explanations, but carries minor padding such as 'Adapted from RAPTOR's forensics system'/'Inspired by RAPTOR's 1800+ line OSS Forensics system' that adds no operational value. | 4 / 5 |
Actionability | Fully executable, copy-paste-ready bash throughout (git clone/fsck/reflog, curl GitHub API, bq query with dry_run) plus concrete evidence-store.py commands and explicit IOC output schemas; placeholders (OWNER/REPO, SHA, YYYYMMDD) are appropriately templated. | 5 / 5 |
Workflow Clarity | A clearly sequenced 8-phase process (Phase 0–7) with explicit validation checkpoints (content_sha256 verification in Phase 3, mechanical hypothesis checks in Phase 5) and a defined feedback loop (rejected hypotheses return to Phase 4, max 3 iterations). | 5 / 5 |
Progressive Disclosure | SKILL.md is a well-signaled overview with one-level-deep links to references/ and scripts/ that all exist, but it repeatedly references ./templates/forensic-report.md (Phase 0 cp, Phase 6 population, Reference Materials) and that templates/ directory and file are absent — a navigation break in an otherwise good structure. | 4 / 5 |
Total | 18 / 20 Passed |