Content
100%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.
The body is an efficient, executable orchestrator: it sequences gate→route→ask with explicit exit-code validation, keeps references one level deep, and verifies against an existing bundle. All four dimensions sit at the top anchor.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean throughout — it states the platform-safety constraint, the three steps, and the rules without explaining what LinkedIn is or restating concepts Claude already knows, so every token earns its place. | 5 / 5 |
Actionability | Two copy-paste commands with exact exit-code semantics ('python3 scripts/linkedin_policy_gate.py --text ... --output human', exit 4 REFUSE / 3 CONSTRAIN / 0 ALLOW) plus a lane table and forcing questions give fully executable guidance covering the common cases. | 5 / 5 |
Workflow Clarity | A clear gate → route → forcing-questions sequence is given with explicit validation checkpoints (exit-code gating, 'A REFUSE outranks any route below') and recovery behavior, satisfying the validation requirement for these refusal/batch-sensitive operations. | 5 / 5 |
Progressive Disclosure | SKILL.md is an overview pointing one level deep to real, verified bundle files — both references, both scripts, and the asset all exist on disk — with clearly signaled links and a scripts/references table for easy navigation. | 5 / 5 |
Total | 20 / 20 Passed |