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 highly actionable, well-sequenced knowledge base of post-exploitation reporting templates, dragged down by verbosity from inlined reference tables and a lack of progressive disclosure splitting content into bundle files.
Suggestions
Move the MITRE ATT&CK mapping table (Section 5) and the CVSS v4.0 score table (Section 4) into separate reference files (e.g., references/mitre-mapping.md, references/cvss-scores.md) and link to them from SKILL.md to improve both conciseness and progressive disclosure.
Consider extracting the four worked example findings into a references/examples/ directory, keeping only one concise canonical template inline plus a pointer to the rest.
Add an explicit validation feedback loop in the Evidence Collection Checklist (e.g., 'If a finding is missing Detection Gap Analysis, return and complete it before marking the objective done') to raise workflow clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient templates, but the body inlines large reference tables Claude already knows (full MITRE ATT&CK mapping, CVSS v4.0 score table) plus fully worked example findings with mock hashes, adding notable padding that could be trimmed. | 3 / 5 |
Actionability | Fully executable guidance across all phases: concrete YAML frontmatter schemas, copy-paste commands (nanodump, impacket-psexec), CVSS vectors, evidence paths, a file-organization tree, and an evidence checklist covering the common post-exploit cases. | 5 / 5 |
Workflow Clarity | Clear sequencing with phase-specific templates and an Evidence Collection Checklist serving as validation checkpoints, but no explicit validate-fix-retry feedback loop for the destructive credential/exfiltration operations. | 4 / 5 |
Progressive Disclosure | Good section structure but all content is inlined in a single ~537-line SKILL.md with no bundle files; bulk reference material (MITRE table, CVSS table, full worked examples) that belongs in separate referenced files is kept inline. | 3 / 5 |
Total | 15 / 20 Passed |