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 well-structured, lean skill body that routes, decides, and defers detail to five real one-level reference files. The main gap is that the drafting workflow is implicit rather than numbered and lacks an explicit verification checkpoint before posting the PR.
Suggestions
Add a short numbered workflow (route → pick shape → draft → apply Hard Rules → add Changelog if feat/fix) so the sequence is explicit rather than implied across sections.
Include an explicit verification step before posting (e.g., re-read the body for banned sections and confirm examples are present for public-surface changes) to close the workflow checkpoint gap.
Inline one minimal focused-fix body skeleton so the most common shape is copy-paste ready without first opening references/body-patterns.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and opinionated with no concept-explanation padding — 'A PR body is a durable explanation of the change, not a reviewer-only checklist' is substantive guidance, and the Hard Rules are terse directives; every line earns its place. | 5 / 5 |
Actionability | A concrete decision table maps change types to body shapes with one-line summaries, and the Hard Rules are specific directives ('Do not include ## Summary...', 'PR titles use the same conventional commit format'), but the actual templates and openers are deferred to references, leaving minor gaps within the body itself. | 4 / 5 |
Workflow Clarity | A clear implicit sequence — route to git/github-issues if needed, pick a body shape, open its reference section, apply Hard Rules, add Changelog for feat/fix — but it is not presented as numbered steps and has no explicit verify checkpoint. | 4 / 5 |
Progressive Disclosure | The body is a clean overview pointing to five well-annotated, one-level-deep reference files ('Body shapes...', 'Diagram catalog...', 'A full worked body...', 'Changelog entries...', 'Issue linking...'), all of which exist in references/, matching the ideal navigable structure. | 5 / 5 |
Total | 18 / 20 Passed |