CtrlK
BlogDocsLog inGet started
Tessl Logo

pr-review

Reviews all open pull requests on the MockServer GitHub repository and produces a structured report. Classifies PRs as mergeable, needs-work, stale/out-of-date, or duplicate. Use when the user says "review PRs", "PR report", "check pull requests", "PR status", "open PRs", or "duplicate PRs".

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

SKILL.md
Quality
Evals
Security

Quality

Content

76%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A highly actionable, well-structured skill body with executable API calls and a complete output template. Its main weakness is workflow clarity on a batch operation: validation, error handling, and pagination are under-specified.

Suggestions

Add a validation/checkpoint step for the batch operation: e.g., 'Confirm the fetched PR count matches the repo's open-PR total' and retry-on-error guidance for API rate limits (429/403).

Provide an explicit pagination loop (iterate page=1,2,… until a short response) rather than only stating 'Paginate if there are more than 100'.

Collapse the duplicated curl and gh CLI blocks for each step into one primary path with the other as a short fallback to reduce token cost.

DimensionReasoningScore

Conciseness

Mostly lean and assumes Claude's competence with no concept over-explanation, but duplicates the same operations as both curl and gh CLI variants, adding tokens that could be trimmed.

4 / 5

Actionability

Fully executable curl/jq and gh CLI commands, concrete classification rules ('first match wins'), and a copy-paste-ready markdown output template cover the common cases.

5 / 5

Workflow Clarity

Six clearly sequenced steps exist, but this is a batch operation over many PRs with no validation checkpoints — no API error/rate-limit handling, no 'verify all PRs accounted for' step, and pagination is only mentioned not looped.

3 / 5

Progressive Disclosure

Well-organized into clear sections with no nested references and single-purpose scope; the long inline output-format template (lines 179–235) could live in a separate reference file but is reasonable inline.

4 / 5

Total

16

/

20

Passed

Description

100%Weight 40%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.

The description is exemplary: it names concrete capabilities, supplies natural trigger phrases, explicitly covers both what and when, and is tightly scoped to a distinct niche. No vague fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Reviews all open pull requests', 'produces a structured report', 'Classifies PRs as mergeable, needs-work, stale/out-of-date, or duplicate' — giving comprehensive coverage of what the skill does.

5 / 5

Completeness

Explicitly answers both 'what' (reviews/produces report/classifies PRs) and 'when' ('Use when the user says…') with concrete trigger phrases, in third-person voice.

5 / 5

Trigger Term Quality

Provides comprehensive natural trigger phrases users would say — 'review PRs', 'PR report', 'check pull requests', 'PR status', 'open PRs', 'duplicate PRs' — including synonyms.

5 / 5

Distinctiveness Conflict Risk

Scoped to a specific repository (MockServer) with distinct PR-review triggers, giving a clear niche with minimal conflict risk against other skills.

5 / 5

Total

20

/

20

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
mock-server/mockserver-monorepo
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.