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 content is an excellent, lean reference of executable `gh` commands with clear section organization and no over-explanation. The only gap is the absence of validation/checkpoint guidance for verifying command outputs.
Suggestions
Add brief verification guidance for actions whose output drives follow-up steps, e.g. checking `gh pr checks` exit status or confirming a run is complete before acting on its results.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and efficient, jumping straight into executable `gh` commands without explaining what GitHub is or how the CLI works; every token earns its place. | 5 / 5 |
Actionability | Provides copy-paste-ready, fully executable `gh` commands covering common cases (PR checks, run listing/viewing, failed logs, API fields, JSON+jq filtering). | 5 / 5 |
Workflow Clarity | Commands are clearly grouped by task and each snippet has an explicit purpose, but there is no validation/checkpoint guidance for verifying command results before acting on them. | 4 / 5 |
Progressive Disclosure | As a short single-purpose skill with no bundle files, the body is well-organized into clear sections (Pull Requests, API, JSON Output) matching the simple-skill exception for a 5. | 5 / 5 |
Total | 19 / 20 Passed |