Content
93%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 skill body is well-structured, executable, and lean, with concrete commands and an externalized template. The only meaningful gap is a pre-apply validation checkpoint before the batch PR-body write.
Suggestions
Add a validation checkpoint before applying the body, e.g. preview the drafted /tmp/pr-body.md and confirm required sections are populated before running `gh pr edit --body-file`.
Note label handling explicitly in the verification step (the description mentions confirming labels but no command sets them).
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence — no padding, no explaining concepts Claude already knows; every section (Workflow, Commands, Body Structure, Quality Bar) earns its place. | 5 / 5 |
Actionability | Provides copy-paste-ready, fully executable `gh` and `git` commands covering the common cases, plus a concrete referenced template with section scaffolding. | 5 / 5 |
Workflow Clarity | A clear five-step numbered sequence includes a post-apply verification checkpoint (step 5: 'Re-open the PR view and confirm body/labels'), but lacks a pre-apply validation step for the batch `gh pr edit --body-file` write. | 4 / 5 |
Progressive Disclosure | A concise overview SKILL.md with one clearly-signaled, one-level-deep reference (references/pr-body-template.md, confirmed present) and well-organized sections; content is appropriately split and easy to navigate. | 5 / 5 |
Total | 19 / 20 Passed |