Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A compact, well-structured command reference that assumes competence and delivers executable examples by task category. It makes excellent use of a small token budget for a single-purpose read-only skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and free of conceptual padding — no explanation of what GitHub is — with every section (working rules, command examples) earning its tokens; assumes Claude's competence. | 3 / 3 |
Actionability | Provides fully executable, copy-paste-ready commands across categories (e.g. 'gh pr view 123 --repo owner/repo', 'gh run view <run-id> --repo owner/repo --log-failed', 'gh api repos/owner/repo/issues --jq '.[].title''). | 3 / 3 |
Workflow Clarity | A simple, single-purpose read-only skill under 50 lines with clear, well-organized category sections; per the simple-skills note, this qualifies for a 3, and no destructive/batch validation is needed for read-only gh queries. | 3 / 3 |
Progressive Disclosure | A short self-contained SKILL.md with no bundle files and well-organized sections; per the guideline for sub-50-line skills with no need for external references, well-organized sections alone warrant a 3. | 3 / 3 |
Total | 12 / 12 Passed |