CtrlK
BlogDocsLog inGet started
Tessl Logo

github

GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.

88

1.30x
Quality

84%

Does it follow best practices?

Impact

98%

1.30x

Average score across 3 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

The canonical home for this skill is github in Hung-Reo/hungreo-openclaw

SKILL.md
Quality
Evals
Security

Quality

Content

76%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 highly actionable, well-organized command reference that assumes Claude's intelligence and provides copy-paste-ready gh commands. Its main weakness is the lack of validation checkpoints around destructive operations like merging and closing.

Suggestions

Add an explicit validation step before destructive commands (e.g., 'gh pr checks <PR> --required' before 'gh pr merge') so merges and closes are gated on CI/mergeability status.

Frame the PR and issue sections as short numbered workflows (check -> view -> act -> verify) rather than a flat command list to surface sequencing and checkpoints.

Consider moving the complex jq Templates into a references file and keeping only the canonical pattern inline, to tighten the main body.

DimensionReasoningScore

Conciseness

The body is a lean command reference that assumes Claude's competence without explaining basic concepts, though the 'When to Use/When NOT to Use' sections partly restate the frontmatter description.

4 / 5

Actionability

Commands throughout are fully executable with real flags and copy-paste-ready examples covering PRs, issues, CI runs, and API queries for the common cases.

5 / 5

Workflow Clarity

Commands are organized by category but presented as a flat reference; destructive operations like 'gh pr merge', 'gh issue close', and 'gh run rerun' appear without validation checkpoints, capping workflow clarity at 3.

3 / 5

Progressive Disclosure

The single self-contained SKILL.md is well-organized into clearly headed sections with no nested references; at over 50 lines it stays appropriately in one file but could split the complex jq templates into a reference.

4 / 5

Total

16

/

20

Passed

Description

92%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, specific description that clearly delimits what the skill does, when to use it, and when not to, with concrete capability areas and natural trigger terms. The only minor gap is coverage of a few common synonyms.

DimensionReasoningScore

Specificity

The description enumerates five concrete capability areas — 'issues, PRs, CI runs, code review, API queries' — giving comprehensive coverage of GitHub operations rather than vague abstraction.

5 / 5

Completeness

It explicitly states both the 'what' (GitHub operations via gh CLI) and the 'when' ('Use when: (1)...(4)') with concrete trigger phrases, plus an explicit 'NOT for' boundary.

5 / 5

Trigger Term Quality

Natural user phrases like 'PR status', 'CI', 'issues', and 'run logs' are present, but common synonyms such as 'pull request' and 'GitHub Actions'/'workflows' are missing.

4 / 5

Distinctiveness Conflict Risk

A clear GitHub-via-gh niche is established with explicit NOT-for boundaries distinguishing it from local git, browser tooling, and non-GitHub platforms, minimizing conflict risk.

5 / 5

Total

19

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
trpc-group/trpc-agent-go
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.