CtrlK
BlogDocsLog inGet started
Tessl Logo

gh-review-requests

Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to "find PRs I need to review", "show my review requests", "what needs my review", "fetch GitHub review requests", or "check team review queue".

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

The canonical home for this skill is gh-review-requests in administrakt0r/AI-Agents-Safe-Coding-Skills

SKILL.md
Quality
Evals
Security

Quality

Content

82%Scale 1-5

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-structured, actionable skill that clearly guides Claude through fetching GitHub review requests. It provides concrete commands, expected output format, and a sensible fallback. Minor improvements could be made in adding explicit error handling/validation between steps and slightly tightening the fallback section.

DimensionReasoningScore

Conciseness

The content is efficient and avoids explaining concepts Claude already knows. Minor verbosity in the fallback section and the explanation of 'reasons' field, but overall well-trimmed.

4 / 5

Actionability

Provides fully executable commands with specific flags, concrete JSON output examples, and a clear fallback with specific API calls. The script invocation is copy-paste ready with clear parameter substitution.

5 / 5

Workflow Clarity

Clear 3-step sequence (identify team → run script → present results) with a fallback path. Minor gap: no explicit validation step for checking if the script succeeded before presenting results, though the fallback section partially addresses failure cases.

4 / 5

Progressive Disclosure

Good structure with the main logic in SKILL.md and the heavy lifting delegated to a script at `${CLAUDE_SKILL_ROOT}/scripts/fetch_review_requests.py`. The content is appropriately sized for a single file, though no bundle files were provided to verify the referenced script exists.

4 / 5

Total

17

/

20

Passed

Description

95%Scale 1-5

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 defines a narrow, specific capability (fetching GitHub PR review requests for a team) and provides excellent trigger guidance with five natural-language phrases. The description is concise, uses third person voice, and would be easily distinguishable from other skills in a large skill library.

DimensionReasoningScore

Specificity

The description names the domain (GitHub notifications) and specifies concrete actions: fetching unread notifications for open PRs where review is requested from a team or opened by a team member. It's specific but covers essentially one action (fetching/filtering notifications) rather than multiple distinct capabilities.

4 / 5

Completeness

Clearly answers both 'what' (fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member) and 'when' (explicit 'Use when' clause with five concrete trigger phrases). Both are explicit and well-defined.

5 / 5

Trigger Term Quality

Excellent coverage of natural trigger phrases: 'find PRs I need to review', 'show my review requests', 'what needs my review', 'fetch GitHub review requests', 'check team review queue'. These are highly natural phrases users would actually say, covering multiple variations and synonyms.

5 / 5

Distinctiveness Conflict Risk

Highly distinctive with a clear niche: GitHub PR review notifications filtered by team membership. The specific focus on review requests, team-based filtering, and unread notifications makes it unlikely to conflict with general GitHub skills or other notification tools.

5 / 5

Total

19

/

20

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.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
Reviewed

Table of Contents

Is this your skill?

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.