Fix a single GitHub issue end-to-end: triage, research, write the fix, review, and create a PR. Use when asked to fix an issue: "fix issue 1234", "resolve #500", "create a PR for issue 200".
79
100%
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 concisely covers the full workflow (triage through PR creation), uses third-person voice correctly, and provides explicit trigger examples that match natural user language. It effectively distinguishes itself by scoping to single GitHub issue resolution end-to-end, and the 'Use when' clause with concrete examples makes it easy for Claude to match against user requests.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: triage, research, write the fix, review, and create a PR. These are clear, actionable steps in a well-defined workflow. | 3 / 3 |
Completeness | Clearly answers both 'what' (fix a single GitHub issue end-to-end: triage, research, write the fix, review, create a PR) and 'when' (explicit 'Use when' clause with concrete trigger examples). | 3 / 3 |
Trigger Term Quality | Includes natural trigger phrases users would actually say: 'fix issue 1234', 'resolve #500', 'create a PR for issue 200'. Covers common variations including issue numbers with and without '#' prefix. | 3 / 3 |
Distinctiveness Conflict Risk | Clearly scoped to fixing a single GitHub issue end-to-end with PR creation. The combination of issue fixing + PR creation + the specific trigger patterns ('fix issue', 'resolve #') creates a distinct niche unlikely to conflict with general coding or PR-only skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
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 orchestration skill that clearly defines a decision tree for handling GitHub issues end-to-end. It is concise, actionable with real CLI commands, has a well-sequenced workflow with validation loops, and appropriately delegates to composable sub-skills. The only minor note is that without bundle files we cannot verify the referenced sub-skills exist, but the structure and references are well-designed.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section is lean and purposeful. No unnecessary explanations of what GitHub issues are or how git works. The skill assumes Claude's competence and focuses purely on the decision tree and orchestration steps. | 3 / 3 |
Actionability | Provides concrete executable `gh` CLI commands for closing and commenting on issues, clear invocation patterns for sub-skills (`/triage-issue`, `/research`, `/write`, `/review-changes`, `/create-pr`), and specific decision branches with exact actions for each outcome. | 3 / 3 |
Workflow Clarity | The 8-step workflow is clearly sequenced with explicit decision points after triage (close/escalate/leave open/fix). Step 5 includes a feedback loop (fix and re-review until clean). Early exit points are clearly marked with 'Done.' for non-fix paths. | 3 / 3 |
Progressive Disclosure | The skill acts as a clear orchestration overview, delegating detailed work to composable sub-skills (/triage-issue, /research, /write, /review-changes, /create-pr). Each step is one level deep with well-signaled references. The SKILL.md stays focused on the decision tree rather than inlining implementation details. | 3 / 3 |
Total | 12 / 12 Passed |
Validation
90%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 10 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 10 / 11 Passed | |
2ea4a02
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.