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.
The content is highly actionable with concrete, copy-paste-ready commands and a clear sequenced workflow, but it is held back by triple restatement of the same pipeline and the absence of an explicit validation feedback loop.
Suggestions
Collapse the Core Capabilities, Workflow, and Algorithm/Methodology sections into a single canonical pipeline to remove the triple restatement and tighten conciseness.
Add an explicit validation feedback loop in the workflow (e.g. "If validation rejects the query, report the mutating statement found and ask the user to reformat before retrying").
Consider moving the CLI reference or output-structure detail into a separate reference file to strengthen progressive disclosure now that the body exceeds 50 lines.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and avoids explaining concepts Claude already knows, but the same pipeline is restated three times (Core Capabilities, Workflow, and Algorithm/Methodology), which is more than minor redundancy and keeps it below the efficient 4 anchor. | 3 / 5 |
Actionability | Copy-paste-ready CLI commands cover the common cases (inline SQL, SQL file, preview, list-tables, describe, demo, ClawBio runner) with concrete flags and example queries, matching the fully-executable 5 anchor. | 5 / 5 |
Workflow Clarity | A clear 5-step sequence (Validate, Authenticate, Execute, Discover, Generate) with validation and default cost safeguards is present, but there is no explicit validate-fail-then-fix feedback loop, leaving a minor checkpoint gap below the 5 anchor. | 4 / 5 |
Progressive Disclosure | The single SKILL.md is well-organized with clear section headers and signaled script references in code blocks, but no bundle files exist and the file is longer than 50 lines, so it does not fully meet the simple-skill exception for a 5. | 4 / 5 |
Total | 16 / 20 Passed |