CtrlK
BlogDocsLog inGet started
Tessl Logo

github-pr-comments

Resolve inline code review comments on a GitHub PR. Use when asked to "resolve review comments", "address PR feedback", "fix PR comments", or "work through review comments". Fetches every inline comment with its surrounding code context, then applies each change systematically.

80

Quality

100%

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

100%Weight 40%Scale 1-3

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

The body is a tight, executable workflow: fetch comments via a bundled script, create a todo per comment, apply each by type, then verify with a feedback loop. It is concise, actionable, well-sequenced with validation, and appropriately references its single bundle file.

DimensionReasoningScore

Conciseness

The ~47-line body is lean and assumes Claude's competence (e.g. "Apply the suggested text verbatim"), with no explanation of concepts Claude already knows, matching the lean-and-efficient anchor; it is not padded like score 2.

3 / 3

Actionability

It provides executable, copy-paste commands ("bash .forge/skills/resolve-code/scripts/pr-comments.sh [PR_NUMBER]" and "cargo check && cargo nextest run") plus concrete handling for the two comment types, matching the fully-executable anchor rather than the pseudocode score 2.

3 / 3

Workflow Clarity

The four numbered steps have an explicit validation checkpoint with a fix loop ("cargo check && cargo nextest run ... Fix any errors before marking the task complete") for this batch operation, satisfying the clear-sequence-with-feedback anchor; the batch cap of 2 does not apply because verification is present.

3 / 3

Progressive Disclosure

The short body is well-organized into four labeled sections and references the one bundled script at scripts/pr-comments.sh (a real file) one level deep, matching the well-organized-skills scoring note rather than the monolithic or under-signaled lower anchors.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

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 strong: it names concrete actions, gives multiple natural trigger phrases, and explicitly pairs what-it-does with when-to-use-it in third person. It is concise and clearly distinguishable from other skills.

DimensionReasoningScore

Specificity

"Resolve inline code review comments", "Fetches every inline comment with its surrounding code context, then applies each change systematically" lists multiple concrete actions (fetch with context, apply each change), matching the multi-action anchor rather than the single-domain score 2.

3 / 3

Completeness

It states what (resolve inline review comments by fetching context and applying changes) and an explicit 'Use when...' trigger clause, satisfying the both-what-and-when anchor; score 2 is ruled out because the when is explicit, not merely implied.

3 / 3

Trigger Term Quality

"Use when asked to 'resolve review comments', 'address PR feedback', 'fix PR comments', or 'work through review comments'" gives four natural phrasings a user would actually say, matching the good-coverage anchor; it is not jargon-only like score 1 nor partial like score 2.

3 / 3

Distinctiveness Conflict Risk

The niche is narrow (inline PR review comments) with distinct triggers unlikely to fire for unrelated skills, matching the clear-niche anchor; it is not generic like score 1 or broadly overlapping like score 2.

3 / 3

Total

12

/

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
tailcallhq/forgecode
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.