Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill is highly actionable with a clear, well-validated workflow, but it is a monolithic single-file skill whose large inline templates and conceptual padding bloat the token budget and miss progressive-disclosure opportunities.
Suggestions
Move the full WELCOME-TO-COG.md, MY-PROFILE.md, and related file templates into reference files under references/ and link to them one level deep from the body.
Trim or remove the Philosophy and 'Benefits of markdown storage' sections, which restate concepts Claude already knows.
Replace inline template blocks with concise field schemas plus a pointer to the template reference to cut token cost.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly actionable but heavily padded with full inline file templates (notably the large WELCOME-TO-COG.md) and redundant Philosophy/markdown-benefit prose that could be tightened, matching the 'mostly efficient but could be tightened' anchor. | 2 / 3 |
Actionability | Provides copy-paste-ready markdown templates with frontmatter, a concrete extraction table, exact directory structure, and verbatim prompt text, matching the fully executable/copy-paste-ready anchor. | 3 / 3 |
Workflow Clarity | A clear 9-step sequence with explicit checkpoints ('Wait for confirmation', check for existing profile), error handling, and resume-from-last-step feedback loops matches the clear-sequence-with-validation anchor. | 3 / 3 |
Progressive Disclosure | All content is inline in a single ~560-line SKILL.md with no bundle files or external references; large templates like the welcome guide are content that should be split into separate files, matching the 'content that should be separate is inline' anchor. | 2 / 3 |
Total | 10 / 12 Passed |