Content
78%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.
A thorough, highly actionable validation workflow with concrete commands, exact requirements, and ready-to-use report templates. The main gaps are monolithic structure with no progressive disclosure via bundle files and somewhat long inlined report templates.
Suggestions
Move the two full report templates (Step 5 and "When No Issues Found") into a references/ file (e.g., report-templates.md) and reference it from the body to reduce inline length and enable progressive disclosure.
Add an explicit per-image verification checkpoint (e.g., confirm the Read tool successfully loaded each screenshot before judging it) to strengthen the batch workflow's validation loop.
Consider extracting the device dimension table and the issue taxonomy into a reference file so the SKILL.md body stays a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and focused on domain-specific value Claude does not reliably know (exact pixel dimensions, guideline numbers, specific placeholder strings, status-bar override commands); not a 5 because the two full inlined report templates add length that could be trimmed or externalized. | 4 / 5 |
Actionability | Fully executable guidance: concrete Glob patterns, a real sips dimension-check command, an exact device-size table, a specific issue taxonomy with named examples (Lorem ipsum, STAGING, "Carrier"), and copy-paste-ready report templates covering both the issues-found and no-issues cases. | 5 / 5 |
Workflow Clarity | Clear Steps 1–5 sequence with explicit checkpoints (0 images → stop, >20 → cap, dimension matching, issue categorization) and a re-run feedback loop in Next Steps; not a 5 because some checkpoints are implicit (e.g., handling unreadable images) and the batch path lacks an explicit per-image read-verification step. | 4 / 5 |
Progressive Disclosure | Well-organized into clear sections, but the skill is a single ~200-line monolith with no bundle files in references/scripts/assets, and large inlined report templates and dimension tables that could live in separate reference files; the one external reference (axiom-tools device-control-ref.md) is not a bundled file. | 3 / 5 |
Total | 16 / 20 Passed |