Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with a clearly sequenced, checkpointed recon workflow, but it is over-long and monolithic with redundant sections and a large inline wordlist that inflates token cost. Splitting reference material into bundle files and de-duplicating the stack-fingerprinting guidance would lift both conciseness and progressive disclosure.
Suggestions
Move the swagger/OpenAPI path wordlist into a references file (e.g. references/swagger-paths.txt) and reference it by path to cut a large inline block from the main context.
De-duplicate tech-stack fingerprinting — it appears in both "TECH STACK DETECTION" and Operator Notes "Live-host probe: how to fingerprint stack quickly"; keep one authoritative version and cross-reference.
Extract the engagement-derived Operator Notes into a references/notes.md so SKILL.md stays a lean overview pointing one level deep, improving progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient executable commands, but the ~700-line body carries redundancy (stack fingerprinting appears in both "TECH STACK DETECTION" and Operator Notes "Live-host probe") and a large inline swagger wordlist that pads the context window. | 2 / 3 |
Actionability | Nearly every section gives copy-paste-ready bash with concrete flags, paths, and jq/grep pipelines — e.g. "nuclei -l /tmp/live.txt -t ~/nuclei-templates/ -severity critical,high,medium" — fully executable guidance. | 3 / 3 |
Workflow Clarity | The standard pipeline is sequenced Steps 0–6, the 30-minute protocol times each phase, and checkpoints are explicit (5-minute kill signals, go/no-go scoring table, toolchain smoke-test before reliance). | 3 / 3 |
Progressive Disclosure | No bundle files exist and the SKILL.md is monolithic; the swagger path wordlist and the engagement-derived Operator Notes are inline content that would be clearer split into reference files, though sections are well-labeled. | 2 / 3 |
Total | 10 / 12 Passed |