Content
22%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a hollow table of contents with no actionable content in the main file. It lists 11 sub-skill references but provides zero concrete guidance, no security patterns, no code examples, and an empty checklist section. Without the sub-skill files (which aren't provided in the bundle), the skill delivers no value on its own.
Suggestions
Add a concise quick-reference security checklist under the empty '## Security Checklist' heading with concrete, actionable items (e.g., 'Always use parameterized queries', 'Never log secrets', 'Validate all user input at API boundaries').
Include at least 2-3 executable code examples for the most critical patterns (e.g., parameterized SQL query, input sanitization, secrets from environment variables) so the main file is useful even without sub-skills.
Define a clear security review workflow with validation steps, e.g., '1. Check secrets handling → 2. Audit input validation → 3. Review auth boundaries → 4. Run automated security tests → 5. Verify no sensitive data in logs/responses'.
Remove the redundant numbering in sub-skill links (e.g., '### 1. [1. Secrets Management]' → '### [Secrets Management]') and add a one-line description for each sub-skill so readers know when to consult each file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is relatively brief, but the 'When to Activate' section lists things Claude could infer, and the numbered list of sub-skills has redundant numbering (both in heading and link text). The checklist header is empty, adding no value. | 2 / 3 |
Actionability | The skill body contains zero concrete code, commands, examples, or executable guidance. It is entirely a table of contents pointing to sub-skill files with no actionable content in the main file itself—not even a single security pattern or quick-reference rule. | 1 / 3 |
Workflow Clarity | There is no workflow, sequence, or process described. The '## Security Checklist' heading is empty with no checklist items. For a skill involving security reviews of destructive/sensitive operations, the complete absence of validation steps or a review process is a significant gap. | 1 / 3 |
Progressive Disclosure | The skill does reference 11 sub-skill files with clear one-level-deep links, which is good structure. However, no bundle files were provided to verify these references exist, the main file provides zero overview content for any topic (making it impossible to use without the sub-files), and the empty 'Security Checklist' heading suggests incomplete organization. | 2 / 3 |
Total | 6 / 12 Passed |