Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is well-structured as an overview that routes to per-context rule files, but it ships without the referenced rule bundle, leaving its concrete guidance unresolvable. Inline lookup tables and generic security advice also inflate the token budget without adding novel instruction.
Suggestions
Provide the referenced rules/ directory (and any bundle files) so the rule-file pointers and tag/language tables resolve to real content; this is the single biggest gap.
Move the dense language→rules and tag→rules lookup tables into a dedicated reference file and keep SKILL.md as a concise overview with a clearly signaled link.
Add an explicit feedback loop to the Security Review step (e.g. 'If a check fails, fix the code and re-run the review until all rules pass') and at least one concrete inline code pattern showing a secure-by-default fix.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is organized, but the inline tag→rules and language→rules tables are token-heavy and the 'Proactive Security' bullets restate basic concepts (parameterized queries, input validation, least privilege) Claude already knows. | 2 / 3 |
Actionability | It names specific rule files and security tags as concrete pointers, but provides no executable code or concrete security patterns inline; the actual guidance is delegated to rule files rather than instructed directly. | 2 / 3 |
Workflow Clarity | A sequenced check→generate→review workflow with a review checkpoint is present, but there is no explicit fix-and-retry feedback loop, and the steps reference rule files that do not exist. | 2 / 3 |
Progressive Disclosure | The body is structured as an overview pointing to a separate rules/ directory, but the referenced rule files and the bundle directories (references/, scripts/, assets/) do not exist, and the large lookup tables are inlined rather than split into reference files. | 2 / 3 |
Total | 8 / 12 Passed |