Content
35%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 a high-level workflow orchestrator that delegates all substantive content to other skills via vague 'Copy-Paste Prompts'. It lacks concrete, executable guidance—the only real code is a basic bash template. The repetitive phase structure inflates token count without adding proportional value, and the action items are generic checklists that Claude doesn't need spelled out.
Suggestions
Replace vague 'Copy-Paste Prompts' with actual concrete examples: show a real trap handler, a real retry pattern, a real Bats test case—not just instructions to invoke another skill.
Consolidate the 7 phases into a more concise workflow with inline code examples for the most critical patterns (strict mode, error handling, logging), cutting the repetitive Skills/Actions/Prompts sub-structure.
Add explicit validation checkpoints between phases (e.g., 'Run ShellCheck after Phase 3 before proceeding to error handling') with concrete commands.
Remove the 'When to Use This Workflow' section and generic action items like 'Define script purpose' and 'Identify inputs/outputs' that Claude already understands.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is heavily padded with repetitive structure (each phase has identical sub-sections: 'Skills to Invoke', 'Actions', 'Copy-Paste Prompts') and lists obvious steps Claude already knows (e.g., 'Define script purpose', 'Identify inputs/outputs'). The 'When to Use This Workflow' section lists generic use cases that don't add value. Much of the content is boilerplate filler. | 2 / 5 |
Actionability | The 'Copy-Paste Prompts' are just vague meta-instructions to invoke other skills (e.g., 'Use @bash-pro to design production-ready bash script') rather than concrete, executable guidance. The action items are high-level checklists ('Add trap handlers', 'Implement retry logic') without any actual code or specific commands. The only concrete, executable content is the script template at the bottom, which is a basic boilerplate. | 2 / 5 |
Workflow Clarity | The phases are clearly sequenced and logically ordered, and there's a quality gates checklist at the end. However, there are no validation checkpoints between phases, no feedback loops for error recovery, and the steps within each phase are vague action items rather than concrete instructions. For a workflow involving script creation (which can involve destructive operations like deployment/backup scripts), the lack of explicit validation steps between phases is a gap. | 3 / 5 |
Progressive Disclosure | The skill references many external skills (@bash-pro, @bash-defensive-patterns, @bats-testing-patterns, etc.) and related bundles, which suggests a multi-file structure. However, no bundle files are provided, so it's impossible to verify these references resolve. The SKILL.md itself is somewhat monolithic—7 nearly identical phase sections that could be condensed. The structure is present but not well-optimized. | 3 / 5 |
Total | 10 / 20 Passed |