CtrlK
BlogDocsLog inGet started
Tessl Logo

address-github-comments

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

61

Quality

73%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/address-github-comments/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The content is well-structured and provides executable gh commands for inspection and response. Its main gaps are a missing validation/verification checkpoint before marking comments resolved and an underspecified 'Apply Fixes' step.

Suggestions

Add an explicit verification step before responding/resolving, e.g. run tests or re-read the comment context and confirm the fix addresses it before posting.

Make step 3 ('Apply Fixes') more concrete with how to locate and apply changes, or reference the surrounding-code reading habit from 'Common Mistakes'.

Trim the generic 'When to Use'/'Limitations' boilerplate to keep the body lean.

DimensionReasoningScore

Conciseness

The body is mostly lean with short, sectioned steps and real commands, though the generic templated 'When to Use' and 'Limitations' sections add mild boilerplate that could be trimmed.

4 / 5

Actionability

Provides concrete, executable commands (`gh auth status`, `gh pr view --comments`, `gh pr comment <PR_NUMBER> --body ...`), but step 3 ('Apply Fixes') gives only abstract direction with no concrete guidance for the core fix action.

4 / 5

Workflow Clarity

The four-step sequence is clearly numbered and includes a user-confirmation checkpoint, but a destructive/batch operation (applying code changes to a PR and marking threads resolved) lacks any validation/verification step, capping this dimension at 3 per the rubric.

3 / 5

Progressive Disclosure

A short, self-contained skill (under 50 lines, no external references needed) with well-organized sections (Overview, Prerequisites, Workflow, Common Mistakes, When to Use, Limitations), meeting the simple-skill exception for a top score.

5 / 5

Total

16

/

20

Passed

Description

73%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 well-targeted to a distinct niche and includes an explicit 'Use when' trigger with concrete tooling. Its main weakness is that it names only one high-level action rather than enumerating the concrete operations the skill performs.

Suggestions

Enumerate concrete actions in the description, e.g. 'Inspect, triage, and respond to PR review or issue comments using the gh CLI.'

Add natural trigger synonyms users might say, such as 'PR feedback' or 'reply to review comments'.

Differentiate the 'when' from the 'what' by naming triggering contexts (e.g. 'Use when the user asks to reply to, resolve, or act on PR review feedback').

DimensionReasoningScore

Specificity

Names the domain (review/issue comments on a PR) and one concrete action ('address... comments... using the gh CLI'), but offers only that single action without enumerating the specific sub-actions (inspect, categorize, fix, respond).

3 / 5

Completeness

Explicitly states both what ('address review or issue comments on an open GitHub Pull Request using the gh CLI') and when ('Use when you need to address...'), though the 'when' clause largely restates the 'what' rather than adding distinct trigger contexts.

4 / 5

Trigger Term Quality

Includes natural terms users would say ('review or issue comments', 'GitHub Pull Request', 'gh CLI') with good coverage, though a few common synonyms like 'PR feedback' or 'address PR comments' are absent.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche (addressing PR/issue comments via gh CLI on open PRs) with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

16

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
sickn33/antigravity-awesome-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.