Content
85%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, actionable skill body with executable commands, a sequenced workflow, and clean one-level-deep reference navigation. The only weakness is mild redundancy between the Goals, description, and Body Structure sections.
Suggestions
Consolidate the Goals section into the Body Structure section: the five questions duplicate the description and the required sections, so removing Goals would tighten the body without losing information.
Add a one-line example of how the PR body file is produced (e.g. a heredoc or Write tool step) so the "Draft a structured PR body" → "gh pr edit --body-file /tmp/pr-body.md" handoff is fully copy-paste ready.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean, but the Goals section ("What changed? Why did we make this change now?...") restates both the frontmatter description and the Body Structure required sections, so it could be tightened. | 2 / 3 |
Actionability | The Commands block gives concrete, executable gh/git commands (e.g. `gh pr view --json ...`, `gh pr edit <pr-number> --body-file /tmp/pr-body.md`) plus a specific reference template. | 3 / 3 |
Workflow Clarity | The 5-step Workflow is clearly sequenced and ends with an explicit verification checkpoint ("Re-open the PR view and confirm body/labels"). | 3 / 3 |
Progressive Disclosure | SKILL.md is an overview that links one level deep to the real references/pr-body-template.md, splitting the detailed body structure out of the main file. | 3 / 3 |
Total | 11 / 12 Passed |