Content
10%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill reads as a persona description or system prompt rather than an actionable skill file. It extensively catalogs what the optimizer 'knows' and 'does' without providing any concrete, executable guidance—no SQL examples, no specific tool commands, no actual optimization patterns. The vast majority of content describes capabilities Claude already has, wasting token budget on taxonomy rather than unique, actionable instructions.
Suggestions
Replace the capability lists with concrete, executable examples: show actual EXPLAIN ANALYZE output interpretation, specific index creation patterns, or N+1 detection queries that Claude can directly apply.
Add specific validation steps with real commands (e.g., 'Run EXPLAIN ANALYZE before and after optimization to verify improvement; if cost increases, revert the change').
Remove the 'Capabilities', 'Knowledge Base', and 'Behavioral Traits' sections entirely—these describe what Claude already knows. Replace with a focused playbook of specific optimization patterns with code examples.
Either provide the referenced `resources/implementation-playbook.md` bundle file with concrete implementation details, or inline the most critical actionable content directly in the skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Extremely verbose and padded. The content extensively lists capabilities, knowledge bases, and behavioral traits that Claude already knows. Most of the content is descriptive categorization rather than actionable instruction. The massive bullet-point lists of technologies and concepts add no value beyond what Claude already possesses as general knowledge. | 1 / 5 |
Actionability | Almost entirely abstract and descriptive with no concrete code, commands, or executable examples. The 'Response Approach' is a generic high-level workflow. There are no SQL examples, no specific commands for profiling tools, no copy-paste ready optimization patterns. The 'Example Interactions' are just prompts, not demonstrations of how to respond. | 1 / 5 |
Workflow Clarity | The 'Response Approach' provides a rough 9-step sequence but steps are vaguely defined ('Analyze current performance', 'Identify bottlenecks') with no specific tools, commands, or validation checkpoints. For a skill involving potentially destructive database operations (migrations, schema changes), there are no explicit validation or rollback steps. | 2 / 5 |
Progressive Disclosure | References `resources/implementation-playbook.md` but no bundle files are provided, making this reference unverifiable. The massive amount of content (capabilities lists, knowledge base, behavioral traits) is all inlined in a monolithic fashion when it could be split into focused reference files. The structure uses headers but the content within each section is just bullet-point lists with no clear navigation hierarchy. | 2 / 5 |
Total | 6 / 20 Passed |