CtrlK
BlogDocsLog inGet started
Tessl Logo

commit

Commit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style. Use when the user asks to 'commit', 'commit changes', 'create a commit', 'save my work', or 'check in code'.

80

Quality

100%

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

100%

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

The skill body is concise, actionable, and sequenced with explicit validation and feedback loops for a risky commit workflow, organized cleanly without unnecessary external references. It exemplifies the rubric's good-overall patterns.

DimensionReasoningScore

Conciseness

The body is lean: terse guideline bullets and a workflow built from executable git commands, with no padding explaining what git or commits are; nearly every token earns its place, matching the lean-and-efficient anchor.

3 / 3

Actionability

Concrete copy-paste-ready commands appear throughout (git log --oneline -20, git diff --cached, git commit -m "<subject>" -m "<body>"), providing fully executable guidance rather than pseudocode or abstraction.

3 / 3

Workflow Clarity

Five numbered steps are clearly sequenced with validation checkpoints: a status check that stops when the tree is clean, post-commit git status --short / git log -1 confirmation, and an explicit hook-handling feedback loop that forbids auto-amending and asks the user.

3 / 3

Progressive Disclosure

This is a single-purpose, well-organized skill under the simple-skill threshold with no bundle files; clear Guidelines and numbered Workflow sections suffice, so progressive disclosure scores 3 per the rubric's simple-skills note.

3 / 3

Total

12

/

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.

The description is specific, trigger-rich, and fully answers both what the skill does and when to use it, with a clear niche that avoids conflicts. It aligns closely with the rubric's good examples.

DimensionReasoningScore

Specificity

"Commit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style" lists multiple concrete actions (staging handling, AI message generation, style matching), matching the anchor for listing several specific concrete actions.

3 / 3

Completeness

It explicitly answers what ("Commit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style") and when ("Use when the user asks to..."), satisfying both halves with an explicit trigger clause.

3 / 3

Trigger Term Quality

Phrases like "'commit', 'commit changes', 'create a commit', 'save my work', or 'check in code'" are natural phrasings a user would actually say, giving good coverage of common variations rather than technical jargon.

3 / 3

Distinctiveness Conflict Risk

The commit-message niche with its distinct trigger phrasings is clearly bounded and unlikely to be selected for an unrelated skill, matching the clear-niche anchor.

3 / 3

Total

12

/

12

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
posit-dev/positron
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.