CtrlK
BlogDocsLog inGet started
Tessl Logo

commit-changes

Create a git commit for the current changes. Use when asked to commit changes, make a commit, generate a commit message, or commit the current worktree with optional user-provided context.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

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

An efficient, highly actionable skill body that sequences the commit workflow clearly and includes a real error-recovery feedback loop for hook failures. The only gap is a slightly vague review step and no explicit success-verification checkpoint.

Suggestions

Tighten step 2 ("Review the changed files") into a concrete checkpoint, e.g. "Inspect `git diff --cached` to confirm staged changes match intent before committing."

Add an explicit post-commit verification such as `git log -1 --stat` to confirm the commit landed as expected.

Optionally state what to do when the working tree has both staged and unstaged changes that should be split into separate commits.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence, offering concrete commands and rules with no padding or explanation of concepts Claude already knows, matching the top conciseness anchor.

5 / 5

Actionability

It provides fully executable commands (e.g. `git status --short`, `git diff --cached --stat`, `git commit -m`) plus a complete conventional-commit template and allowed-types list, covering the common cases copy-paste ready.

5 / 5

Workflow Clarity

A clear numbered sequence with a pre-check (step 3), secret guard (step 5), and a hook-failure retry feedback loop; held below 5 because "Review the changed files" is underspecified and there is no explicit post-commit success verification.

4 / 5

Progressive Disclosure

Under 50 lines, single-purpose, with well-organized sections (Workflow, Message guidelines, Commit rules) and no need for external references, satisfying the simple-skill exception for the top score.

5 / 5

Total

19

/

20

Passed

Description

82%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, well-targeted description that explicitly covers both capability and trigger conditions with natural language. It is concise and distinct, with only minor room to broaden action specificity.

DimensionReasoningScore

Specificity

"Create a git commit for the current changes" names the domain and a concrete action, with "generate a commit message" adding a second, matching the anchor for domain plus 1-2 concrete actions without comprehensive coverage.

3 / 5

Completeness

It clearly states what it does ("Create a git commit for the current changes") and explicitly when to use it with concrete trigger phrases, satisfying the top anchor for both what and when.

5 / 5

Trigger Term Quality

"asked to commit changes, make a commit, generate a commit message, or commit the current worktree" provides several natural synonyms users would say, though a few variations (e.g. "save/check in my changes") are missing.

4 / 5

Distinctiveness Conflict Risk

"git commit" and "worktree" pin a clear niche with distinct triggers and minimal risk of firing for unrelated skills.

5 / 5

Total

17

/

20

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
tldraw/tldraw
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.