Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, highly actionable skill body with a clear sequenced workflow and proper use of a bundled script for detail. The main weakness is duplicated script-usage examples across three sections that add tokens without adding information.
Suggestions
Show the bundled script invocation once (e.g. in Quick start) and reference it from Workflow step 3 and Bundled Resources instead of repeating the command and --json note verbatim.
Consolidate the three near-identical usage blocks in Bundled Resources into a single example, or link back to Quick start to avoid triplication.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean and assumes Claude's competence, but the bundled script invocation is repeated near-verbatim in Quick start, Workflow step 3, and Bundled Resources, which could be tightened. | 2 / 3 |
Actionability | Provides copy-paste-ready, fully executable commands with explicit fields — 'gh pr checks <pr> --json name,state,bucket,link,...', 'gh run view <run_id> --log', and 'gh api "/repos/<owner>/<repo>/actions/jobs/<job_id>/logs"' — plus the bundled script. | 3 / 3 |
Workflow Clarity | An 8-step sequence with explicit checkpoints: auth verification (step 1), field-drift/in-progress fallbacks (step 3), an approval gate (steps 6–7), and a recheck feedback loop (step 8). | 3 / 3 |
Progressive Disclosure | SKILL.md is a well-sectioned overview pointing to one-level-deep detail in the real bundled scripts/inspect_pr_checks.py, with logic appropriately split out rather than inlined. | 3 / 3 |
Total | 11 / 12 Passed |