Content
81%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 is highly actionable and clearly sequenced with strong validation checkpoints, but it is held back by redundancy across the failure-handling sections and a couple of dangling references to a missing prompts/ directory.
Suggestions
Consolidate the 'SN API model pitfall', 'Stage failure handling', and 'SN API timeout fallback' sections into one failure-handling block to remove the repeated retry and manual-fallback steps.
Fix the references to prompts/outline.md, prompts/page_html.md, and prompts/page_html_rewrite.md — either add a prompts/ directory to the bundle or correct the paths to point at real files such as references/html_constraints.md.
Move the long workbench bridge-mode and provider-configuration detail into a separate reference file, keeping the SKILL.md body as an overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient operational guidance, but the 'SN API model pitfall', 'Stage failure handling', and 'SN API timeout fallback' sections overlap heavily and the manual fallback steps and retry rule #7 are restated multiple times. | 3 / 5 |
Actionability | Provides copy-paste-ready bash commands for every pipeline stage, exact progress-echo strings, concrete file paths, named env vars, and step-by-step manual fallback instructions covering common failure cases. | 5 / 5 |
Workflow Clarity | Sequences the full pipeline (preflight -> style-samples -> style -> outline -> asset-plan -> gen-image -> page-html -> export) with resume semantics, validation checkpoints (HTML content check pre-export, post-batch file-size spot-check), retry caps, and explicit error-recovery feedback loops. | 5 / 5 |
Progressive Disclosure | Points to real references like references/html_constraints.md and uses scripts/ helpers, but body references a prompts/ directory (prompts/outline.md, prompts/page_html.md) that does not exist in the bundle, and some inlined operational detail (workbench bridge/provider config) could live in a reference file. | 4 / 5 |
Total | 17 / 20 Passed |