Content
77%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body delivers a well-sequenced, validated workflow with strong progressive disclosure and executable commands, but is held back by redundant emphatic warnings and duplicated compliance checklists that inflate token cost.
Suggestions
Collapse the repeated "MANDATORY / PROHIBITED" mandates into a single concise compliance block; remove the duplicate restatements in Step 3 stop conditions and the post-validation checklist.
Trim decorative emoji/bold warning headers (e.g. "🚨 CRITICAL WORKFLOW REQUIREMENTS 🚨") to plain emphasized headers that convey the same constraint in fewer tokens.
Move the Step 2 resource-type taxonomy and the Step 6 iteration-pattern catalog into a reference file, keeping SKILL.md as a lean overview with a pointer.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is directive and substantive but noticeably padded: "Manual file creation is PROHIBITED" and the "You MUST run scaffold" mandates are restated across the critical-requirements block, Step 3, stop conditions, and the post-validation checklist, and emoji-heavy warnings add length without information. | 3 / 5 |
Actionability | It provides concrete, executable commands ("python3 scripts/scaffold_skill.py --name <skill-name>", "python3 scripts/validate_skill.py --path <path-to-skill-root>", "ls -la .github/skills/<skill-name>/") plus explicit reference paths, with only minor gaps in the content-generation step. | 4 / 5 |
Workflow Clarity | A clearly sequenced 6-step process with explicit validation checkpoints (Step 3 verification, Step 5 validation), feedback loops ("If validation fails: fix and re-validate"), stop conditions, and a post-validation checklist covering error recovery. | 5 / 5 |
Progressive Disclosure | The body acts as an overview pointing to real one-level-deep references (BEST_PRACTICES.md, SPECIFICATION.md, TEMPLATES.md, workflows.md, output-patterns.md, all verified present), and the "Knowledge Retrieval" section maps question types to files for easy navigation. | 5 / 5 |
Total | 17 / 20 Passed |