Content
77%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 SKILL.md body is a well-structured, actionable routing guide with executable commands and a clear recon workflow, but it is undermined by missing bundle files: every detailed reference it points to is absent, so its progressive-disclosure promise is unfulfilled. Minor routing redundancy across three sections also leaves room to tighten the token budget.
Suggestions
Ship the referenced bundle files (sql-injection.md, server-side.md, server-side-2.md, server-side-exec.md, server-side-exec-2.md, server-side-deser.md, server-side-advanced.md through -4, client-side.md, client-side-advanced.md, auth-and-access.md, auth-and-access-2.md, auth-jwt.md, auth-infra.md, node-and-prototype.md, web3.md, cves.md, field-notes.md) under references/ so the one-level-deep navigation actually resolves.
Merge the overlapping routing in 'Additional Resources', 'Fast Pattern Map', and 'Deep-Dive Notes' into a single symptom-to-file map to remove redundancy and recover tokens.
Add one explicit verification checkpoint to the First-Pass Workflow (e.g., 'confirm the primitive reproduces before chaining') to make the feedback loop explicit rather than implied by 'smallest proof first'.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is terse and avoids explaining concepts Claude already knows, but the same file-routing appears in three overlapping sections ('Additional Resources', 'Fast Pattern Map', 'Deep-Dive Notes') and the resource one-liners are long, so it could be tightened. It is mostly efficient rather than perfectly lean. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands (pip/apt/brew/go installs, curl/ffuf/sqlmap/flask-unsign/jq invocations, SSTI probes) plus concrete recon paths and flag locations, matching the score-3 anchor. | 3 / 3 |
Workflow Clarity | The 'First-Pass Workflow' is a clear numbered 5-step sequence with a gating checkpoint ('Build the smallest proof first') and a 'When to Pivot' redirect that acts as an error-recovery feedback loop, meeting the score-3 anchor. | 3 / 3 |
Progressive Disclosure | As written the body is an excellent one-level-deep overview with well-signaled references, but none of the ~20 referenced .md files (sql-injection.md, server-side.md, field-notes.md, etc.) exist on disk — there are no references/scripts/assets directories — so the navigation is broken and the detail layer it promises is absent. | 2 / 3 |
Total | 10 / 12 Passed |