Content
86%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 focused, highly actionable single-file skill that gives Claude everything needed to draft a PR — exact command, label taxonomy, template handling, and a self-verification gate. Minor conciseness tightening and richer error-recovery guidance would lift the two 4s.
Suggestions
Tighten the QA heuristics list (e.g. merge the 'paths, filesystem, Windows' and 'complex multi-area' bullets) to reduce length without losing the decision signal.
Add a short validate-fix-retry loop for the PR body step (e.g. what to do if required template sections cannot be filled) to strengthen workflow feedback.
Consider splitting the full label/CI/QA taxonomy into a REFERENCES file and keeping only the most common labels inline, to better honor progressive disclosure as the skill grows.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is efficient and free of concepts Claude already knows; every label and heuristic is project-specific convention it could not infer. A few heuristic bullets ('Touches paths, filesystem...') run slightly long and could be tightened, keeping it just below a 5. | 4 / 5 |
Actionability | Provides copy-paste-ready executable guidance — the `gh pr create --draft` command with exact flag structure, concrete title-format examples, an explicit label taxonomy, and parameterized Chromatic URL patterns with substitution rules — covering the common cases fully. | 5 / 5 |
Workflow Clarity | The sequence (title → labels → body/template → draft command) is clear with an explicit validation checkpoint ('Verify your own steps first — run through them locally before opening the PR') and a mandatory manual-testing gate. It stops short of 5 because there is a single verify step rather than full validate-fix-retry feedback loops. | 4 / 5 |
Progressive Disclosure | No bundle files exist; the single SKILL.md is well-organized under clear section headers with one appropriately signaled, single-level reference to a repo path (`.github/PULL_REQUEST_TEMPLATE.md`) and no nested references, making navigation trivial. | 5 / 5 |
Total | 18 / 20 Passed |