Review and triage PR review comments for the current branch using gh CLI. Fetches review comments, groups them into threads, separates human from bot feedback, and walks through each unresolved comment interactively. Use when the user asks to check PR comments, review feedback, address review comments, or triage PR reviews.
72
88%
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 an excellent skill description that clearly articulates specific capabilities (fetching, grouping, separating, and interactively walking through PR comments) and provides explicit trigger guidance via a 'Use when' clause with multiple natural trigger terms. It is well-scoped to a distinct niche (PR review comment triage via gh CLI) and would be easy for Claude to correctly select from a large pool of skills.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: fetches review comments, groups them into threads, separates human from bot feedback, and walks through each unresolved comment interactively. These are clear, concrete capabilities. | 3 / 3 |
Completeness | Clearly answers both 'what' (review and triage PR review comments, fetch, group, separate, walk through interactively) and 'when' (explicit 'Use when' clause with multiple trigger scenarios). | 3 / 3 |
Trigger Term Quality | Includes natural keywords users would say: 'PR comments', 'review feedback', 'address review comments', 'triage PR reviews', 'gh CLI', 'current branch'. Good coverage of natural variations a user might use. | 3 / 3 |
Distinctiveness Conflict Risk | Highly specific niche: PR review comment triage using gh CLI on the current branch. The combination of PR reviews, gh CLI, comment threading, and interactive walkthrough makes this very distinct and unlikely to conflict with other skills. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted skill with excellent actionability—concrete gh CLI commands, specific API endpoints, and clear interactive triage patterns. The workflow is clearly sequenced with appropriate guard rails and user checkpoints. Minor weaknesses include some verbosity in explaining grouping/classification logic that Claude could infer, and the content length could benefit from splitting detailed reference material into supporting files.
Suggestions
Tighten Step 3 (thread grouping) and Step 4 (classification) by removing explanations Claude can infer—e.g., 'A comment with in_reply_to_id: null starts a new thread' is obvious from the field name.
Consider extracting the detailed gh API command reference into a supporting file to improve progressive disclosure for this multi-step skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is mostly efficient and avoids explaining basic concepts, but some sections could be tightened—e.g., the thread grouping logic in Step 3 and the classification rules in Step 4 are somewhat verbose for what Claude can infer. The options list in Step 5 is appropriately detailed since it defines specific interaction patterns. | 2 / 3 |
Actionability | Provides fully executable gh CLI commands with specific --jq filters, concrete API endpoints for posting replies, and clear bash examples throughout. The commands are copy-paste ready with appropriate placeholders. | 3 / 3 |
Workflow Clarity | The 7-step workflow is clearly sequenced with guard conditions (Step 1 branch check, PR not found), explicit decision points (Step 5 user options), and a feedback loop where fixes are shown as diffs before committing. The interactive triage pattern with AskQuestion provides clear checkpoints at each comment. | 3 / 3 |
Progressive Disclosure | The content is well-organized with clear section headers and logical progression, but it's a fairly long single file with no references to supporting files. The edge cases section is appropriately brief, but the detailed triage options and API calls could potentially be split out for a skill of this complexity. | 2 / 3 |
Total | 10 / 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.
a41685a
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.