Content
65%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable skill body with concrete, executable CLI and MCP guidance for every core workflow. Its gaps are mild verbosity/redundancy and the absence of explicit validation checkpoints in the destructive fork-then-apply workflow.
Suggestions
Add an explicit validation step to the fork workflow (e.g. run a verification query on the fork and compare results before applying the change to the original) so the destructive apply is gated on a real checkpoint.
Trim inferable explanatory prose (e.g. 'Forking creates a full copy of your database in seconds — same schema, same data') and de-duplicate the Getting Started create/list/connect examples against Core Workflows.
Consider splitting the full CLI command reference and per-workflow MCP tool details into a separate reference file to improve progressive disclosure and reduce SKILL.md length.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly executable and well-organized, but includes explanatory prose Claude could infer ('Forking creates a full copy of your database in seconds — same schema, same data. Use forks to test migrations...'), and the Getting Started section repeats create/list/connect commands that reappear in Core Workflows, plus a duplicated full CLI/MCP treatment per workflow. | 2 / 3 |
Actionability | Provides fully executable, copy-paste-ready CLI commands and MCP calls with exact syntax, parameters, and example outputs (e.g. 'ghost create my-app-db', 'ghost_sql({ name_or_id: "abc123", query: "..." })', 'returns { id: "abc123", ... }'). | 3 / 3 |
Workflow Clarity | The fork workflow is sequenced with a decision branch ('If it worked: apply to original' / 'If it failed: delete the fork'), but it lacks an explicit verification checkpoint defining how to confirm success before applying changes to the original database — a destructive database operation, which caps this dimension at 2 per the rubric's feedback-loop rule. | 2 / 3 |
Progressive Disclosure | Content is a single monolithic SKILL.md with no bundle files; sections are clearly labeled, but substantial inline material (full dual CLI/MCP walkthroughs, command reference) that could live in separate reference files keeps it at the 'structured but content that should be separate is inline' anchor rather than a 3. | 2 / 3 |
Total | 9 / 12 Passed |