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.
Highly actionable and well-sequenced recon pipeline with strong decision checkpoints, but it is a long monolithic document with some duplicated commands and no progressive disclosure into reference files.
Suggestions
Split the self-contained monitor scripts (subdomain alerts, GitHub commit watch) and the GitHub-dorking/target-scoring reference material into files under references/ and link to them one level deep, reducing the SKILL.md body length.
De-duplicate the SecretFinder and subdomain-enumeration blocks that appear in both the main pipeline and the later sections — reference the canonical block instead of restating it.
Tighten the commentary around the scoring tables and "Why this matters" notes so every line earns its place, lifting conciseness toward the lean anchor.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient command-driven content that does not lecture on basics, but it repeats itself — SecretFinder commands appear in both "JS ANALYSIS" and "SECRET SCANNING IN JS BUNDLES", and subdomain enumeration is restated in "CONTINUOUS MONITORING" — and the ~430-line body could be tightened. | 2 / 3 |
Actionability | Nearly every section is copy-paste-ready bash (e.g. the numbered Steps 0-6 pipeline, the ffuf invocations, the cron monitor scripts) with concrete flags and output paths — fully executable guidance. | 3 / 3 |
Workflow Clarity | Multi-step processes are explicitly sequenced (Steps 0-6, the time-boxed "30-MINUTE RECON PROTOCOL") with decision checkpoints acting as validation gates — the "5-MINUTE RULE" kill signals, "Pre-Dive Hard Kill Signals", and the "TARGET SCORING — GO / NO-GO" threshold table. | 3 / 3 |
Progressive Disclosure | The body is well sectioned with clear headers, but it is a single ~430-line monolithic file with no bundle/reference files at all, so content that could live one level deep (continuous monitoring scripts, GitHub dorking, target scoring) is all inline rather than split out. | 2 / 3 |
Total | 10 / 12 Passed |