Content
85%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 highly actionable, well-structured skill body with an explicit sequenced workflow, validation checkpoints, and proper offloading of detail to a bundled script. The main weakness is redundancy from restating the description and repeating the script invocation multiple times.
Suggestions
Remove or compress the Overview paragraph since it restates the frontmatter description verbatim, letting the Workflow section carry the operational detail.
Show the bundled script invocation once in Quick start and reference it by name in the Workflow and Bundled Resources sections instead of repeating the full command multiple times.
Consider moving the manual gh-command fallback (workflow step 3) into a short reference block or the script's --help, keeping the main workflow lean.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The Overview paragraph restates the frontmatter description verbatim, and the bundled script invocation is repeated roughly five times across Quick start, Workflow, and Bundled Resources — mostly efficient but could be tightened. | 3 / 5 |
Actionability | Fully executable, copy-paste-ready commands throughout (gh auth status, gh pr view --json, gh run view --log, gh api .../logs, and the script with --json/--max-lines/--context flags) covering the common cases. | 5 / 5 |
Workflow Clarity | Eight clearly sequenced steps with explicit validation (auth check in step 1), an approval gate before implementing (step 6-7), error-recovery fallbacks (field drift, in-progress runs), and a recheck feedback loop (step 8). | 5 / 5 |
Progressive Disclosure | Clear sectioned overview with a well-signaled one-level-deep reference to the real bundled scripts/inspect_pr_checks.py; the heavy logic is appropriately split into the script file rather than inlined. | 5 / 5 |
Total | 18 / 20 Passed |