Fix GitHub issues using gh CLI. Use when asked to fix, resolve, or address a GitHub issue. Creates fixes on separate branches, runs tests locally, and creates PRs when tests pass. Requires gh CLI authenticated and repo cloned locally.
75
92%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Quality
Discovery
100%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a strong skill description that clearly communicates the specific workflow (fix issues → branch → test → PR), provides explicit trigger terms ('fix, resolve, or address a GitHub issue'), and includes useful prerequisite information. It is concise, uses third person voice, and would be easily distinguishable from other skills in a large skill set.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: fix GitHub issues, create fixes on separate branches, run tests locally, create PRs when tests pass. Also mentions prerequisites (gh CLI authenticated, repo cloned locally). | 3 / 3 |
Completeness | Clearly answers both what ('Fix GitHub issues using gh CLI, creates fixes on separate branches, runs tests locally, creates PRs') and when ('Use when asked to fix, resolve, or address a GitHub issue') with explicit trigger guidance. | 3 / 3 |
Trigger Term Quality | Includes natural keywords users would say: 'fix', 'resolve', 'address', 'GitHub issue', 'gh CLI', 'PR', 'tests'. These are terms users would naturally use when requesting this workflow. | 3 / 3 |
Distinctiveness Conflict Risk | Clearly scoped to a specific workflow: fixing GitHub issues via gh CLI with a branch-test-PR pipeline. The combination of GitHub issues, gh CLI, branching, testing, and PR creation creates a distinct niche unlikely to conflict with general coding or git skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A solid, well-structured workflow skill with clear sequencing, good validation checkpoints, and executable commands throughout. The main weakness is some unnecessary filler advice that Claude already knows (analyzing codebases, following code style, reading issues thoroughly). There's also a minor inconsistency in branch naming between step 2 (`fix-<description>`) and step 7 (`fix/issue-<number>-<description>`).
Suggestions
Remove generic advice Claude already knows ('Read the issue thoroughly', 'Make minimal, focused changes', 'Follow existing code style') to improve conciseness.
Fix the branch naming inconsistency: step 2 uses `fix-<description>` while step 7 and quick reference use `fix/issue-<number>-<description>` — pick one convention.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient but includes some unnecessary guidance Claude already knows (e.g., 'Read the issue thoroughly', 'Make minimal, focused changes that address the issue', 'Follow existing code style and patterns'). The 'Analyze the Codebase' step is generic advice Claude doesn't need. However, the overall structure is reasonably tight. | 2 / 3 |
Actionability | Provides fully executable bash commands throughout, including gh CLI commands, git commands, and PR creation with specific flags and body templates. The quick reference section is copy-paste ready. The commit message format and PR body template are concrete and specific. | 3 / 3 |
Workflow Clarity | Clear 8-step sequence with explicit validation checkpoints: tests must pass before proceeding (step 5), CI monitoring with failure recovery loop (step 8), and a fix-rerun feedback loop for test failures. The workflow handles both local test failures and CI failures with explicit recovery steps. | 3 / 3 |
Progressive Disclosure | For a skill under 50 lines with no need for external references, the content is well-organized with clear section headers, a logical flow from prerequisites through workflow steps, and a quick reference summary. No bundle files are needed for this straightforward workflow skill. | 3 / 3 |
Total | 11 / 12 Passed |
Validation
100%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
3974caa
Table of Contents
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.