Content
81%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.
Highly actionable and well-sequenced content with strong validation gates and feedback loops for destructive operations. The main weakness is conciseness: inline command reference duplicates the cheatsheet bundle, and governance boilerplate could be trimmed.
Suggestions
Move the '常用子工具' inline command reference into references/cheatsheet.md and replace it with a one-line pointer to avoid duplicating the same rabin2/rasm2/radiff2/rahash2/rax2 examples in two places.
Tighten the 硬门禁/Evidence/MUST governance text — consolidate the repeated MUST/MUST NOT clauses into a single concise gate so the same rule is not restated across multiple sections.
Reference scripts/recon.sh in the body alongside recon.ps1 so the Linux/macOS equivalent bundle file is discoverable, not just the Windows script.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is command-dense and avoids explaining concepts Claude already knows, but it inlines a '常用子工具' command reference that largely duplicates references/cheatsheet.md, and the governance/Evidence/MUST boilerplate is verbose and could be tightened. | 3 / 5 |
Actionability | Fully executable, copy-paste-ready commands throughout — 'rabin2 -I/-z/-i/-E', 'r2 -A -q -c "afl;iz;ii;q"', the recon.ps1 invocation with exact flags, and patch commands 'wa nop'/'wx'/'wq' cover the common cases. | 5 / 5 |
Workflow Clarity | Six clearly sequenced workflows plus a numbered '推荐分析顺序', with explicit validation gates (硬门禁 requiring Evidence before deep-dive), feedback loops (IAT-repair failure → E-iat-repair-fail → dynamic), and a completion self-check checklist for destructive/batch steps. | 5 / 5 |
Progressive Disclosure | A dedicated '内置资源' section clearly signals one-level-deep references to references/cheatsheet.md and scripts/recon.ps1, but the inlined subtool command reference duplicates the cheatsheet and scripts/recon.sh is a bundle file not referenced in the body. | 4 / 5 |
Total | 17 / 20 Passed |