CtrlK
BlogDocsLog inGet started
Tessl Logo

gitter

Create commits and pull requests for current git work. Use when the user wants to commit changes, open or refresh a pull request.

74

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

An efficiently structured router skill that keeps the body lean and pushes detail into well-organized references. The only weakness is that the body itself contains no executable commands, relying entirely on delegation.

Suggestions

Add one inline example of the dispatch in action (e.g. "`gitter commit -m ...` → run the commit action") so the body is actionable without opening a reference.

Clarify how $REST is consumed by each action, since the body binds it but never explains its downstream use.

Surface a one-line guardrail in the body (e.g. confirm before committing on main/master) so safety behavior is visible before delegating to references.

DimensionReasoningScore

Conciseness

The body is ~10 lines with no padding or explanation of concepts Claude already knows; every token earns its place.

3 / 3

Actionability

The dispatch logic (binding $ACTION/$REST, branching) is concrete, but the body delegates all executable commands to references with "follow its instructions," leaving the body itself without copy-paste-ready commands.

2 / 3

Workflow Clarity

A clear three-step sequenced dispatch procedure with an explicit fallback ("Otherwise list the available actions"); appropriate for a simple routing skill.

3 / 3

Progressive Disclosure

A lean overview pointing to two clearly-signaled, one-level-deep references ([commit](references/commit.md), [pr](references/pr.md)), both verified to exist, with easy navigation.

3 / 3

Total

11

/

12

Passed

Description

100%

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 concise, third-person description that clearly states both capability and trigger conditions with natural user-facing terms. It closely matches the rubric's good examples.

DimensionReasoningScore

Specificity

"Create commits and pull requests" names two concrete actions, matching the anchor for listing multiple specific concrete actions.

3 / 3

Completeness

It states what it does ("Create commits and pull requests for current git work") and when to use it via an explicit "Use when..." clause.

3 / 3

Trigger Term Quality

"commit changes" and "open or refresh a pull request" are natural phrases users say; coverage of common trigger terms is good.

3 / 3

Distinctiveness Conflict Risk

The git commit/PR niche has distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

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
shillem/cc-marketplace
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.