Content
14%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 feature overview or README placeholder rather than an actionable skill document. It lists databases and capabilities without providing any concrete code, connection examples, query patterns, or workflows. For a skill covering 5 different database systems with destructive operations, the lack of executable guidance, validation steps, and supporting reference files is a critical gap.
Suggestions
Add concrete, executable code examples for at least the most common operations (connecting, querying, schema inspection) for each supported database, with actual connection strings and library imports.
Define explicit multi-step workflows with validation checkpoints for destructive operations (DELETE, DROP, schema migrations), including a confirm-before-execute pattern and rollback guidance.
Split detailed per-database guidance into separate referenced files (e.g., POSTGRESQL.md, MONGODB.md) and link them from the main skill with clear navigation.
Replace the vague 'Features' bullet list with actionable instructions or code snippets that Claude can directly execute.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is relatively brief but includes feature bullet lists that are vague and don't add actionable value. The 'Supported Databases' and 'Features' sections are essentially marketing copy rather than useful instructions for Claude. | 2 / 3 |
Actionability | There is no executable code, no concrete commands, no connection strings, no actual SQL examples, and no specific guidance on how to connect to or query any of the listed databases. The 'Usage Examples' are just natural language prompts, not actionable instructions. | 1 / 3 |
Workflow Clarity | There are no multi-step workflows defined. For database operations—which include destructive actions like DELETE/DROP—there are no validation checkpoints, no feedback loops, and no sequenced processes. The safety rules mention confirming before DELETE/DROP but don't describe how to implement that confirmation. | 1 / 3 |
Progressive Disclosure | The content is a flat, shallow document with no references to supporting files and no structured navigation. Given the breadth of databases covered (5 different systems), there should be detailed guides or references for each, but none exist. | 1 / 3 |
Total | 5 / 12 Passed |