Content
75%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 well-structured, actionable skill body with concrete copy-paste JSON examples, a clear setup sequence, and a validation reminder. Main gaps are fragment-vs-complete example wrappers, the testing checkpoint being separated from the workflow rather than inline, and a body length that could benefit from offloading examples to a reference file.
Suggestions
Make every example gate a complete hooks.json snippet (full PreToolUse wrapper) rather than a bare hook object, so each is directly copy-pasteable.
Promote 'Test hooks before deploying' into the Setup Guide as an explicit final step with a feedback loop (e.g. '6. Test: run a sample gated operation; if it blocks incorrectly, adjust the prompt and re-test').
Consider moving the Example Gates and Agent Hooks blocks into a references/ file (e.g. EXAMPLES.md) and linking from the body, to reduce inline length and improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean, assumes Claude's competence, and avoids explaining concepts Claude already knows — code examples and rules carry the weight with minimal padding. Not a 5 because the 'How Prompt Hooks Work' numbered breakdown and the Setup Guide restate some information that could be tightened. | 4 / 5 |
Actionability | Provides concrete, copy-paste-ready JSON hook examples and a concrete 5-step setup guide with model/timeout specifics. Not a 5 because most example gates are hook-object fragments rather than complete hooks.json wrappers (only the first example is fully wrapped), leaving a minor gap for direct reuse. | 4 / 5 |
Workflow Clarity | The Setup Guide gives a clear 5-step sequence (choose operations, write prompt, pick model, set timeout, add to hooks.json) and the Rules include a validation checkpoint ('Test hooks before deploying to avoid blocking workflows'). Not a 5 because the validation/testing checkpoint sits in a separate Rules section rather than inline as an explicit workflow step with a feedback loop. | 4 / 5 |
Progressive Disclosure | Content is well-organized into clearly labeled sections (Trigger, How Prompt Hooks Work, Example Gates, Agent Hooks, Setup Guide, Rules) with no nested references and easy navigation. Not a 5 because the body exceeds ~50 lines with several full code examples that, for a skill of this size, could be split into a reference file; there are no bundle files present. | 4 / 5 |
Total | 16 / 20 Passed |