Content
65%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with concrete commands and code, but it is over-long as an inline catalog and its progressive-disclosure references point to bundle files that do not exist, leaving the split unrealized. Risky recovery workflows also lack explicit validation checkpoints.
Suggestions
Ship the referenced bundle files (windows.md, network.md, steganography.md, stego-advanced.md, signals-and-hardware.md, etc.) or remove the dead links, so the one-level-deep references resolve and progressive disclosure is real.
Add explicit validation/verification checkpoints (e.g., verify a mounted image is read-only, confirm extracted hashes parse with hashcat --show, re-validate repaired PCAPs with pcapfix -d before analysis) to the destructive/batch recovery workflows to raise workflow clarity.
Trim the inline technique catalog: keep the highest-value one-liners in SKILL.md and move the long per-technique list into the bundle files it already points to, improving token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient (commands and one-liners), but it is a ~370-line dense catalog that inlines ~80 technique entries beyond what a lean overview needs; not level 1 because it avoids explaining concepts Claude already knows, but not level 3 because the technique-list bulk could be tightened or delegated to bundle files. | 2 / 3 |
Actionability | It provides fully executable commands and code (vol3 plugin invocations, tshark filters, hashcat modes, Evtx parsing, exact apt/brew install lines) that are copy-paste ready with specific flags and Event IDs, matching the top anchor. | 3 / 3 |
Workflow Clarity | Quick-start sequences exist ('When Logs Are Cleared' has a numbered fallback list), but destructive/risky operations like read-only mounting, carving, and decryption lack explicit validation checkpoints; per the rubric this caps workflow_clarity at 2. | 2 / 3 |
Progressive Disclosure | References are well-signaled and one-level-deep in form ('See windows.md for...'), but the referenced bundle files (windows.md, network.md, stego-advanced.md, etc.) are not actually present in the skill bundle, so the disclosure structure is only partially realized; additionally much detail remains inline that should live in those files. | 2 / 3 |
Total | 9 / 12 Passed |