Content
71%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 thorough, highly actionable recon-reporting knowledge base with concrete templates, CVSS vectors, and MITRE mappings, but it is a monolithic 496-line document with internal redundancy and no progressive disclosure via separate reference files. Splitting the heavy reference sections and de-duplicating the directory layout would materially improve it.
Suggestions
Move the CVSS 4.0 metric reference (§4) and MITRE ATT&CK mapping table (§7) into separate reference files (e.g. references/cvss-4.0.md, references/mitre-mapping.md) and link to them one level deep, keeping SKILL.md as an overview.
De-duplicate the directory layout that appears in both §5 (Storage Layout) and §10 (File Management) — keep a single canonical tree.
Trim padded prose such as the opening 'Effective reconnaissance is only as valuable as the intelligence it communicates' and the 'core red team deliverable that distinguishes operational red teaming' sentence, which explain concepts Claude already knows.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly dense, valuable reference (CVSS 4.0 metric groups, specific vectors, MITRE technique IDs, naming conventions), but the directory layout is duplicated in §5 and §10, the evidence and detection-gap tables appear both in the §2 example and re-specified in §5/§6, and padded sentences like 'Effective reconnaissance is only as valuable as the intelligence it communicates' could be trimmed; not a 4 because the redundancy is non-trivial. | 3 / 5 |
Actionability | Provides copy-paste-ready finding templates with exact YAML frontmatter fields, concrete file-naming rules ('findings/FIND-{NNN}.md', 'FIND-{NNN}_{tool}.txt'), specific CVSS 4.0 vectors per finding type, and exact tool output flags (-oN, -o); the guidance is fully executable and covers the common cases. | 5 / 5 |
Workflow Clarity | Sections are numbered 1–12 giving an implicit sequence, the §12 handoff checklist is an explicit verification gate, and §11 defines a report→opplan feedback loop; not a 5 because there is no single unified end-to-end report-generation workflow tying the sections together with explicit checkpoints. | 4 / 5 |
Progressive Disclosure | Well-organized into clear numbered sections, but the 496-line skill is monolithic with no bundle files — the CVSS scoring reference, MITRE mapping, and finding template are large reference blocks that could live in separate files loaded on demand; not a 4 because content that should be split is fully inline with no one-level-deep references. | 3 / 5 |
Total | 15 / 20 Passed |