Content
47%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body delivers a clear, well-gated multi-step workflow with strong validation checkpoints, but it is far too verbose and self-duplicating, with monolithic inline content and unresolved template placeholders instead of clean file references.
Suggestions
Collapse the duplicated EXECUTION CONTRACT and 'Develop Workflow' sections into a single canonical sequence; remove the repeated banner variants and re-explained context-detection steps to cut the body roughly in half.
Resolve or remove the template placeholders ({{PREAMBLE}}, ${codex_status}, <user's implementation request>) so the remaining commands are directly executable, and fix the \n literal usage in the enrichment block.
Split the large inline reference material (subtype table, examples, checklists) into actual bundle files under references/ and link to them one level deep, instead of keeping everything in SKILL.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~780-line body is verbose and heavily duplicated — the 7-step EXECUTION CONTRACT and a second 'Develop Workflow' section re-explain the same steps, banners, and context detection — and re-states concepts Claude already knows; pervasive padding matches the verbose anchor. | 1 / 3 |
Actionability | Substantial real, executable bash commands and Agent() invocations are present, but many are templated with unresolved placeholders (${codex_status}, <user's implementation request>, ${prompt}) and the enrichment block uses \n literals in a way that is not directly executable, leaving key details missing. | 2 / 3 |
Workflow Clarity | Steps 1-7 are explicitly numbered and mandatory with blocking validation checkpoints ('DO NOT PROCEED'), a validation gate that exits on failure, an error-handling section, and checklists — clear sequencing with feedback loops for recovery. | 3 / 3 |
Progressive Disclosure | No bundle files exist, yet all content sits in one monolithic file with template placeholders ({{PREAMBLE}}, {{VISUAL_INDICATORS}}, {{QUALITY_GATES}}) pointing to includes that are not provided; section structure exists but content that should be split is inline. | 2 / 3 |
Total | 8 / 12 Passed |