Content
21%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill is essentially a table of contents or orchestration index that delegates everything to other skills without providing any concrete, actionable guidance itself. It lacks executable code, specific commands, configuration examples, or meaningful workflow details. The repetitive phase structure adds bulk without substance, and the generic action items ('Write unit tests', 'Configure mocking') tell Claude nothing it doesn't already know.
Suggestions
Add concrete, executable examples for at least the core phases (e.g., a sample pytest configuration, a Playwright test script, a CI pipeline YAML snippet) instead of only delegating to other skills.
Replace vague action items like 'Write unit tests' and 'Set up test fixtures' with specific, actionable steps including actual commands and code.
Add validation checkpoints and feedback loops, especially for quality gates (e.g., 'Run `pytest --cov` and verify coverage report shows >80% before proceeding').
Eliminate the repetitive 'Copy-Paste Prompts' sections that just say 'Use @skill-name to do X' — either provide real prompts with context or remove them entirely to reduce bloat.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is heavily padded with repetitive structure (each phase follows the same template of Skills to Invoke, Actions, Copy-Paste Prompts) and the action items are extremely generic ('Write unit tests', 'Set up test fixtures'). Much of this is obvious to Claude and adds no real value. The 'When to Use This Workflow' section is also unnecessary padding. | 2 / 5 |
Actionability | There is no concrete, executable guidance anywhere in this skill. No actual code, no specific commands, no configuration examples. Every 'action' is a vague directive like 'Write unit tests' or 'Configure mocking.' The copy-paste prompts are just 'Use @skill-name to do X' which are meta-references, not actionable instructions. | 1 / 5 |
Workflow Clarity | While there is a rough sequence of 8 phases, the steps within each phase are vaguely defined ('Design integration tests', 'Set up test databases') with no validation checkpoints, no feedback loops, and no error recovery guidance. For a workflow involving testing infrastructure and quality gates, the absence of any concrete validation steps is a significant gap. | 2 / 5 |
Progressive Disclosure | The skill references many other skills by name, which is a form of progressive disclosure. However, there are no bundle files provided, no linked files, and the references are just skill names without clear navigation paths. The structure within the file itself is organized into phases with consistent headings, which provides some navigability. | 3 / 5 |
Total | 8 / 20 Passed |