Content
60%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.
The recon workflow is highly actionable and clearly sequenced with strong validation discipline around the external-offensive boundary, but the skill is a monolithic 649-line document that inlines a large case-history reference section instead of splitting it into a reference file, hurting token efficiency and progressive disclosure.
Suggestions
Move the 'Disclosed-case catalogue' (cases 1–12) into a separate references/ file (e.g. CASES.md) and replace it in SKILL.md with a brief table mapping each recon step to its anchoring case, linking out for full writeups.
Extract the 'Real-world references' list and 'Tooling' table into a reference file or keep only the tool names inline, since the case-specific references already live in the catalogue.
Add an explicit per-step validation checkpoint for the destructive/offensive steps (e.g., 'before listing a typosquat candidate, confirm it is unclaimed AND in an active build') to strengthen the feedback loops.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~649-line body inlines a ~170-line 'Disclosed-case catalogue' of detailed incident writeups (flow/root cause/impact/references per case) that is reference material better kept out of the always-loaded SKILL.md, making it noticeably verbose despite the lean recon steps. | 2 / 5 |
Actionability | Every step provides copy-paste-ready bash with real gh/curl/jq/docker commands and concrete grep patterns, and the tooling and severity tables give specific executable guidance covering the common cases. | 5 / 5 |
Workflow Clarity | An explicit 11-step sequence is clearly laid out with severity-calibration guidance, an anti-patterns section, and a 5-part 'What constitutes a deliverable finding' checklist that acts as validation for the external-offensive boundary; minor gap is the lack of per-step validate→fix→retry loops. | 4 / 5 |
Progressive Disclosure | No bundle files exist and all content — including the large case catalogue that clearly belongs in a separate reference file — is inlined in SKILL.md, with no one-level-deep external references for the bulk detail. | 2 / 5 |
Total | 13 / 20 Passed |