Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong, well-structured skill that provides concrete, executable guidance for Contentful CMS operations. The migration workflow is particularly well done with clear validation checkpoints and rollback strategies. The only minor weakness is that referenced files (cms-config.md, REFERENCE.md) cannot be verified since no bundle was provided, slightly limiting the progressive disclosure score.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient. It doesn't explain what Contentful is or how CMS systems work. Every section delivers actionable information without padding, and the prose is minimal between code blocks. | 3 / 3 |
Actionability | Provides fully executable code examples: a typed GraphQL query, a migration script, a CLI command with flags, and a validation script. All are copy-paste ready with realistic field names and patterns. | 3 / 3 |
Workflow Clarity | The migration workflow is clearly sequenced (1-5) with explicit validation at step 4, a feedback loop for failure (rollback or reverse migration), and a gate condition ('only when validation passes') before promoting to master. | 3 / 3 |
Progressive Disclosure | References to cms-config.md and REFERENCE.md are well-signaled and one level deep, but no bundle files were provided to verify these exist. The content modeling section is brief enough to be inline, but the query patterns section could arguably be split out for a larger skill. | 2 / 3 |
Total | 11 / 12 Passed |