Content
73%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.
Highly actionable content with strong workflow sequencing and validation checkpoints for a destructive/batch-adjacent domain. The main weakness is progressive disclosure: many referenced scripts/docs are absent from the bundle and large reference-style tables are inlined.
Suggestions
Ship the referenced bundle files (tools/*.py, tools/*.sh, docs/auth-sessions.md) so the navigation signals resolve to real material, or remove the references if the tools are external.
Move the large Tool Routing by Phase table and per-vuln-class checklists into a one-level-deep reference file, keeping SKILL.md as a concise overview that points to it.
Trim sections that restate widely-known concepts (amateur vs pro, asymmetry principle) to reduce token cost without losing the skill-specific signal.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient tables and checklists, but the body is large (~400 lines) with some sections restating general hunting concepts Claude likely knows (amateur vs pro, asymmetry principle); could be tightened without losing signal. | 3 / 5 |
Actionability | Fully executable guidance throughout: concrete commands (`/recon target.com`, `python3 tools/lead_board.py ingest`), decision trees with specific payloads (`{{7*7}}`, `SLEEP(10)`), and tool routing tables covering common cases. | 5 / 5 |
Workflow Clarity | Clear 5-phase non-linear sequence with explicit validation checkpoints (7-Question Gate, pre-report gate 'Any fail? -> KILL the finding'), feedback loops (rotate rules, re-test for bypass), and checklists for session start/end. | 5 / 5 |
Progressive Disclosure | The body references bundle files (`docs/auth-sessions.md`, `tools/lead_board.py`, `tools/bypass_403.sh`, etc.) that do not exist in the bundle, and inlines substantial content (phase checklists, tool tables) rather than splitting it into referenced files; navigation signals point to missing material. | 2 / 5 |
Total | 15 / 20 Passed |