Content
90%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, token-efficient OSINT reference with copy-paste commands and a clear pivot/routing section. Its main weaknesses are the absence of verification feedback loops for high-false-positive techniques and that the three referenced detail files are not present in the bundle.
Suggestions
Add the referenced bundle files (social-media.md, geolocation-and-media.md, web-and-dns.md) under references/, or remove the dangling links — currently every 'See <file>.md' pointer leads to a missing file and breaks progressive disclosure.
For high-false-positive techniques (username enumeration, fake service banners, reverse image search), add a short verification step (e.g. 'confirm via a second source before reporting') to give the workflow explicit validation checkpoints.
Add a brief 'Order of operations' note for the multi-step geolocation flow (identify features -> cross-reference maps -> confirm) so the sequencing is explicit rather than implied.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean one-liner-per-technique body that assumes Claude's competence — e.g. '40 hex chars -> SHA-1 (Tor fingerprint)' and '(id >> 22) + 1288834974657 = Unix ms' — with every token earning its place and no padding about what OSINT is. | 5 / 5 |
Actionability | Provides fully executable, copy-paste-ready commands across the common cases — 'dig -t any target.com', 'exiftool image.jpg', 'shodan host <ip>', 'curl http://ip-api.com/json/...' — plus concrete formulas and exact URL endpoints; not abstract. | 5 / 5 |
Workflow Clarity | Sequencing is implicit (the skill is a reference catalog, not a linear pipeline) and the explicit 'When to Pivot' section gives clear routing to sibling skills, but there are no validation checkpoints for lookups that can return false positives (e.g. username OSINT, fake banners); a 5 would require explicit verification feedback loops. | 4 / 5 |
Progressive Disclosure | Structure is clean and one-level-deep with well-signaled references ([social-media.md], [geolocation-and-media.md], [web-and-dns.md]) and a concise overview, but the referenced detail files do not actually exist in the bundle (no references/, scripts/, or assets/ directories), so navigation breaks against the real bundle structure; not 5 because the pointers are dangling. | 4 / 5 |
Total | 18 / 20 Passed |