Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a concise, well-sequenced workflow with clear confirmation checkpoints for the destructive operations involved, and it appropriately needs no external references. It could be slightly more actionable by including exact gh subcommands rather than naming the CLI generically.
Suggestions
Replace generic 'using the `gh` CLI' with concrete subcommands, e.g. `gh pr checks` and `gh pr view`, so the guidance is copy-paste ready.
Name the specific git commands for inspection steps (e.g. `git log @{u}..` or `git status -sb`) instead of describing the check in prose.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence, giving only the procedural steps and explicit confirmation gates without explaining git, rebasing, or CI concepts Claude already knows. | 3 / 3 |
Actionability | It names concrete commands (`git status`, `gh` CLI) and ordered actions, but lacks copy-paste-ready command forms for the inspection steps and offers no specific gh subcommands to run. | 2 / 3 |
Workflow Clarity | It sequences distinct branches (uncommitted changes, merge conflict, CI failure) with explicit numbered steps and repeated validation/confirmation checkpoints before risky pushes, satisfying the feedback-loop requirement. | 3 / 3 |
Progressive Disclosure | For a simple single-purpose skill under 50 lines with no need for external references, the content is well-organized into clear sections, which the guidelines say can score 3 without external file references. | 3 / 3 |
Total | 11 / 12 Passed |