Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is an excellent, well-crafted skill that is concise, actionable, and clearly structured. It provides executable commands, a clear iterative workflow with feedback loops, and practical guardrails for edge cases (flaky tests, unrelated failures). The content respects Claude's intelligence while adding genuinely useful operational guidance.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section is lean and purposeful. No unnecessary explanations of what gh CLI is or how CI works. The trigger section efficiently explains why gh pr checks is preferred over gh run list. Every token earns its place. | 3 / 3 |
Actionability | Provides specific, copy-paste-ready gh CLI commands with exact flags and JSON field selectors. The commands section covers all key operations (resolve PR, inspect checks, watch, view logs) with concrete executable examples. | 3 / 3 |
Workflow Clarity | Clear 5-step sequence with explicit decision points (already failed vs pending), a feedback loop (re-check after every push and repeat until green), and guardrails that serve as validation checkpoints (scoped fixes, no --no-verify, flake handling, re-running checks after push). | 3 / 3 |
Progressive Disclosure | For a focused, single-purpose skill under 50 lines with no need for external references, the content is well-organized into clear sections (Trigger, Workflow, Commands, Guardrails, Output) that are easy to scan and navigate. | 3 / 3 |
Total | 12 / 12 Passed |