Content
82%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 body is highly actionable with concrete CLI and MCP examples and a well-structured fork-safety workflow. Its main weaknesses are mild redundancy (read-only mode and trigger guidance each appear twice) and a long monolithic file where some content could be externalized.
Suggestions
Consolidate the MCP read-only mode explanation into one location instead of repeating it in both 'Additional features' and 'MCP Integration'.
Trim or remove the 'When to Use Ghost' section since its good-fit/bad-fit criteria largely restate the frontmatter description's triggers.
Move the four platform-specific install snippets into a references file (e.g. references/INSTALL.md) and keep a single recommended install command in SKILL.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most content is concrete executable commands and examples that earn their tokens, but MCP read-only mode is explained twice (Additional features and MCP Integration) and the 'When to Use Ghost' section restates the description's triggers — minor duplication that could be trimmed. | 4 / 5 |
Actionability | Provides copy-paste ready CLI commands (ghost create, sql, fork, share, resume, schema) with real example SQL and parallel MCP parameter-object calls covering the common lifecycle cases. | 5 / 5 |
Workflow Clarity | The fork workflow includes an explicit validate-on-fork → apply-or-rollback feedback loop, but the create/query and share workflows lack validation checkpoints and migration validation is deferred to another skill. | 4 / 5 |
Progressive Disclosure | Well-organized single-file sections with clear headers and full CLI reference deferred to `ghost --help`; some inline content (four platform install variants, the duplicated 'When to Use' guidance) could be split or trimmed for a leaner overview. | 4 / 5 |
Total | 17 / 20 Passed |