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.
The body is a highly actionable, well-sequenced audit workflow with explicit validation checkpoints and concrete file paths/commands, weakened only by minor redundancy in the anti-guessing rule and report-example sections. It is a strong instruction-only skill that needs no code to score well on actionability.
Suggestions
Condense the four 'Do NOT' lines under 'No Guessed Webhook Payload Schemas' into a single sentence with a bulleted inline list to recover tokens.
Trim the report-format severity examples to one representative item per severity level instead of listing several per bucket.
Consider moving the long per-area checkbox clusters (provider handler, subscription lifecycle) into a reference file referenced from the main flow to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a dense checklist of concrete, project-specific checks that mostly earns its tokens, but the 'Hard Rule' section repeats four near-identical 'Do NOT' lines and the report-format severity examples could be trimmed, fitting the mostly-efficient-but-could-be-tightened anchor. | 3 / 5 |
Actionability | Every step names exact file paths, interface contracts, and copy-paste-ready commands (e.g. 'bun run type-check', 'bun run --cwd apps/sim test lib/webhooks/providers/<handler-basename>'), giving fully executable guidance that covers the common validation cases. | 5 / 5 |
Workflow Clarity | An explicit 8-step sequence runs from gathering files through reporting and fixing, with a final validation block (type-check, re-read modified files, run handler tests, report unknown schemas) that provides the validate-fix-retry feedback loop required for a batch audit-and-fix operation. | 5 / 5 |
Progressive Disclosure | Content is organized into clearly headed steps with a checklist summary and a single well-signaled cross-skill reference ('apply the validate-selector skill'); no bundle files exist to split further, and the inline per-area checklists belong to one coherent sequential workflow, leaving only minor organization gaps. | 4 / 5 |
Total | 17 / 20 Passed |