Content
78%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 audit skill with copy-paste greps, explicit kill-signal checkpoints, and a Foundry PoC scaffold. Its main gaps are minor prose over-explanation in the Operator Notes and a monolithic single-file structure with no progressive disclosure into reference files.
Suggestions
Move the Foundry PoC template and/or the Operator Notes into separate reference files under ./references/ and link to them from SKILL.md to improve progressive disclosure and reduce inline bulk.
Tighten the Operator Notes prose by dropping re-explanations of MEV/sandwich/bonding-curve basics that Claude already knows, keeping only the 2025-2026-specific signals and mitigations.
Add an explicit feedback loop for the audit workflow (e.g., 'if a kill signal fires, re-verify on-chain state before reporting') to lift workflow_clarity from a sequenced checklist to a validated, recovery-aware process.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean — copy-paste greps, kill conditions, and checklists earn their tokens — but the Operator Notes prose re-explains some mechanics Claude already knows (sandwich/MEV, bonding-curve basics) alongside the 2025-2026 specifics, leaving minor over-explanation that could be trimmed. | 4 / 5 |
Actionability | Highly actionable: every bug class ships a copy-paste-ready grep command with file-type filters, a full Foundry PoC test scaffold, and concrete Solana CLI checks ('spl-token display <MINT_ADDRESS> --program-id ...'), with explicit 'Kill if:' exit conditions. | 5 / 5 |
Workflow Clarity | Clear sequenced workflow (PRE-DIVE KILL SIGNALS → 8 bug-class greps → FAST RED-FLAG SWEEP → out-of-band verification list → PoC → Solana checks) with validation checkpoints via the hard/soft kill gates and per-class 'Kill if' conditions; lacks an explicit fix-and-revalidate feedback loop, capping it below 5. | 4 / 5 |
Progressive Disclosure | Well-sectioned with clear headers, but no bundle files exist and all content — including the ~80-line Foundry PoC template and the substantial Operator Notes block that could live in separate reference files — is inlined in a 358-line SKILL.md, so structure is present but content that should be split is inline. | 3 / 5 |
Total | 16 / 20 Passed |