Content
85%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 skill body with thorough validation checkpoints and concrete commands — its main weakness is progressive disclosure: heavy inline reference-style detail and no bundled reference files to offload it to.
Suggestions
Move the TOOL LADDER & ALTERNATIVES tables and COMMON PITFALLS into a bundled reference file (e.g. references/pitfalls-and-tools.md) and link to it from a short summary section, so the SKILL.md body stays a lean overview.
Add clearly signaled one-level-deep references (e.g. 'See references/spray-modes.md for mode details') instead of inlining every mode/tactic table in the main body.
Verify the referenced tools/*.sh and tools/*.py scripts actually exist in a scripts/ bundle, or mark them as external dependencies, so referenced paths are real files rather than dangling pointers.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean, dense with non-obvious operational detail Claude would not already know (theHarvester cwd behavior, urllib opener SSL-context quirk, spray vs brute ordering); a few motivational/justification sentences (DBIR stat, 'Real-world initial-access vector') could be trimmed. | 4 / 5 |
Actionability | Fully executable guidance with exact commands and flag values (/spray <login-url> --mode <mode>, --delay 1800 --jitter 60, --max-count 1000000, --filter strict), concrete file paths, decision shortcuts, and verified quantitative results covering the common modes. | 5 / 5 |
Workflow Clarity | Clear 4-stage sequenced pipeline with an explicit before/during/after OPERATIONAL CHECKLIST, hard guards, a dry-run step, abort-on-detection and stop-on-first-hit feedback loops — the destructive/batch validation cap is satisfied, not triggered. | 5 / 5 |
Progressive Disclosure | Good section structure (headers, tables, checklists) but it is a single monolithic SKILL.md with no bundle files present; large reference-style content (full tool-ladder tables, pitfalls, breach-count interpretation) is inlined and external tool references are not clearly signaled links to bundled material. | 3 / 5 |
Total | 17 / 20 Passed |