CtrlK
BlogDocsLog inGet started
Tessl Logo

address-pr-comments

Triage and address GitHub PR review feedback for fallow, then implement the agreed fixes. Use when the user wants to inspect PR comments, requested changes, or unresolved review threads and act on them.

68

Quality

83%

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

78%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 lean, well-structured workflow with a validation step, but it stays at a high level without the executable gh commands that would make it copy-paste ready. Adding specific commands and a validation-retry loop would lift actionability and workflow clarity.

Suggestions

Replace 'Fetch PR metadata and review comments' with concrete commands, e.g. `gh pr view <num> --json comments,reviews` and `gh api repos/:owner/:repo/pulls/<num>/comments`.

Tighten the validation step into an explicit feedback loop: run validation, and if it fails, fix and re-run before summarizing.

Specify how to map requested-change threads to code paths (e.g., correlating comment `path`/`line` with the local checkout) so the inspect-and-implement steps are unambiguous.

DimensionReasoningScore

Conciseness

The body is roughly ten lines with no padding or explanation of concepts Claude already knows; every line earns its place, matching the 'lean and efficient' top anchor.

5 / 5

Actionability

Steps are concrete in intent ('Fetch PR metadata and review comments', 'Implement the agreed fixes') but lack executable specifics such as the actual `gh pr`/`gh api` commands or how to fetch comments, leaving key details missing per the 'some concrete guidance but incomplete' anchor.

3 / 5

Workflow Clarity

A clear six-step sequence with an explicit validation checkpoint (step 5), but the validation is vague ('smallest relevant validation') and there is no fix-and-retry feedback loop, so it sits below the top anchor and above the 'validation gaps' anchor.

4 / 5

Progressive Disclosure

Under 50 lines, single-purpose, with well-organized sections (heading, workflow, conventions) and no need for external bundle references, qualifying for the simple-skill exception at the top anchor.

5 / 5

Total

17

/

20

Passed

Description

87%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.

A strong description that clearly states both capability and trigger conditions with concrete, natural-sounding phrases. Minor room for improvement in synonym coverage (e.g., 'pull request', 'code review').

DimensionReasoningScore

Specificity

Names the domain (GitHub PR review feedback) and three concrete actions — 'Triage and address', 'implement the agreed fixes' — with only minor coverage gaps, fitting the 'several specific actions' anchor rather than the '1-2 actions' anchor below.

4 / 5

Completeness

It explicitly answers both what ('Triage and address GitHub PR review feedback... implement the agreed fixes') and when ('Use when the user wants to inspect PR comments, requested changes, or unresolved review threads') with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

'inspect PR comments, requested changes, or unresolved review threads' are natural phrases users say, but common synonyms like 'pull request', 'code review', or 'PR review' are missing, so it sits above the 'some relevant keywords' anchor but below comprehensive.

4 / 5

Distinctiveness Conflict Risk

The GitHub PR review feedback niche with 'requested changes' and 'unresolved review threads' triggers is clearly distinct from generic code-editing skills, presenting minimal conflict risk as in the top anchor.

5 / 5

Total

18

/

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
fallow-rs/fallow
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.