CtrlK
BlogDocsLog inGet started
Tessl Logo

get-pr-comments

Fetch and summarize review comments from the active pull request

40

Quality

38%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./cursor-team-kit/skills/get-pr-comments/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

44%

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

The skill is concise and well-structured but critically lacks actionability. It reads more like a high-level task description than an executable skill — there are no concrete commands (e.g., `gh pr view`, `gh api`), no code examples, and no specific tool usage instructions. Claude would need to infer the entire implementation from vague descriptions.

Suggestions

Add concrete executable commands for fetching PR comments, e.g., `gh pr view --json reviews,comments` or specific GitHub API endpoints with example usage.

Include a concrete example of the expected output format (e.g., a sample grouped feedback summary with action items) so Claude knows exactly what to produce.

Specify which tools to use (gh CLI, GitHub API, etc.) and include error handling for common cases like 'no active PR found' or 'not in a git repository'.

DimensionReasoningScore

Conciseness

The content is lean and avoids explaining concepts Claude already knows. Every line serves a purpose and there's no unnecessary padding or explanation.

3 / 3

Actionability

The skill provides only vague, abstract direction with no concrete commands, API calls, or code examples. There are no specific gh CLI commands, no example API calls, and no示例 of how to actually fetch or parse PR comments.

1 / 3

Workflow Clarity

While steps are listed, they are entirely abstract ('Resolve the active PR', 'Fetch review comments') with no concrete commands, no tool specifications, and no validation or error handling. For a multi-step process involving external API calls, this lacks the specificity needed.

1 / 3

Progressive Disclosure

For a simple, short skill with no bundle files, the content is well-organized into clear sections (Trigger, Workflow, Output) and doesn't need external references or deeper structure.

3 / 3

Total

8

/

12

Passed

Description

32%

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 concise and identifies a clear domain (pull request review comments) with two specific actions, but it lacks a 'Use when...' clause, which is critical for Claude to know when to select this skill. It also misses common trigger term variations like 'PR', 'code review', and 'GitHub' that users would naturally use.

Suggestions

Add a 'Use when...' clause with explicit triggers, e.g., 'Use when the user asks about PR feedback, wants to see review comments, or needs a summary of code review discussions.'

Include common trigger term variations such as 'PR', 'code review', 'GitHub', 'reviewer feedback', and 'PR comments' to improve matching.

Expand the capability list slightly, e.g., mention whether it handles inline comments, general comments, or resolved/unresolved threads.

DimensionReasoningScore

Specificity

Names the domain (pull request review comments) and two actions (fetch and summarize), but doesn't list additional concrete capabilities beyond those two.

2 / 3

Completeness

Describes what the skill does (fetch and summarize review comments) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, missing 'Use when' caps completeness at 2, and since the 'when' is entirely absent, this scores a 1.

1 / 3

Trigger Term Quality

Includes relevant terms like 'pull request' and 'review comments', but misses common variations users might say such as 'PR', 'code review', 'feedback', 'PR comments', or 'GitHub'.

2 / 3

Distinctiveness Conflict Risk

Fairly specific to PR review comments which narrows the domain, but could overlap with other PR-related or code review skills since it doesn't clearly delineate its niche with explicit triggers.

2 / 3

Total

7

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
cursor/plugins
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.