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.

51

Quality

56%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agent/skills/address-github-comments/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

22%

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

This skill is essentially a skeleton that delegates all substance to sub-skill files without providing any actionable content, workflow overview, or concrete guidance in the main SKILL.md. The body lacks executable commands, examples, or even brief descriptions of what each step entails. Without the bundle files to evaluate, the sub-skill references are unverifiable and the skill provides almost no standalone value.

Suggestions

Add a brief summary (1-2 sentences each) for each sub-skill link so the reader understands the workflow without clicking through, e.g., 'Inspect Comments: Use `gh pr view` and `gh api` to fetch all unresolved review comments.'

Include at least one concrete end-to-end example in the main SKILL.md showing the key commands (e.g., `gh pr view --comments`, making a code fix, `gh pr review --comment`) so the skill is actionable even without sub-files.

Add explicit workflow sequencing with validation checkpoints, e.g., 'After applying fixes, run tests before responding to comments' and 'Verify all comments are addressed with `gh pr view --comments`.'

Remove the redundant numbering pattern ('1. [1. Inspect Comments]') and the generic description sentence to tighten conciseness.

DimensionReasoningScore

Conciseness

Mostly lean but includes some unnecessary filler like 'This skill ensures all feedback is addressed systematically' and the redundant numbering in the sub-skill links (e.g., '1. [1. Inspect Comments]'). The prerequisites section explaining gh auth is borderline unnecessary for Claude.

2 / 3

Actionability

The skill body contains no concrete guidance, commands, or examples for actually addressing comments. It only links to sub-skills and provides a basic auth check. There is nothing actionable in the SKILL.md itself—no code, no specific steps, no examples of how to address feedback.

1 / 3

Workflow Clarity

The workflow section is essentially empty—it just lists four links to sub-skills with no description of the overall sequence, no validation checkpoints, and no indication of what each step involves or how they connect. There's no feedback loop or error handling guidance.

1 / 3

Progressive Disclosure

The skill does attempt progressive disclosure by linking to sub-skills, but the references are not well-signaled—there's no brief description of what each sub-skill covers, and since no bundle files are provided, we cannot verify the referenced paths exist. The overview provides insufficient context to understand the workflow before diving into sub-files.

2 / 3

Total

6

/

12

Passed

Description

89%

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-structured with a clear 'Use when' clause and good trigger terms that would help Claude select this skill appropriately. Its main weakness is that the specific actions are somewhat vague—'address review or issue comments' could be more concrete about what actions are performed (e.g., replying, resolving, pushing fixes). Overall it's a solid, functional description.

Suggestions

Add specific concrete actions like 'reply to review comments, resolve conversations, push code fixes based on feedback' to improve specificity.

DimensionReasoningScore

Specificity

The description names the domain (GitHub Pull Request comments) and a general action (address review or issue comments), but doesn't list specific concrete actions like replying to comments, resolving conversations, requesting changes, or updating code based on feedback.

2 / 3

Completeness

The description explicitly answers both 'what' (address review or issue comments on an open GitHub Pull Request using gh CLI) and 'when' (starts with 'Use when'), providing clear trigger guidance for Claude's skill selection.

3 / 3

Trigger Term Quality

Includes strong natural trigger terms: 'review comments', 'issue comments', 'GitHub Pull Request', 'gh CLI', 'PR'. These are terms users would naturally use when asking for help with PR review feedback.

3 / 3

Distinctiveness Conflict Risk

The description is narrowly scoped to addressing comments on open GitHub PRs via gh CLI, which is a clear niche unlikely to conflict with general GitHub skills, code review skills, or other PR-related skills.

3 / 3

Total

11

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
Dokhacgiakhoa/antigravity-ide
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.