CtrlK
BlogDocsLog inGet started
Tessl Logo

commit

Optionally checks, then commits code to the current or a new feature branch.

80

1.30x
Quality

Does it follow best practices?

Impact

94%

1.30x

Average score across 3 eval scenarios

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.

The content is concise, well-structured, and has clear sequencing with a validation checkpoint, but actionability is held back by a vague branch-creation instruction and the absence of a concrete commit-message example.

Suggestions

Give an exact branch-creation command, e.g. 'git checkout -b feat/<short-description>'.

Include one concrete example commit message following the 'type(scope): description' format to make the convention copy-paste ready.

Show the exact commit command form (e.g. git commit -m "...") so the 'plain string, no HEREDOC' guidance is directly executable.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence, giving concrete git commands without explaining what git is or padding with background; every line earns its place, matching the level-3 'lean and efficient' anchor.

3 / 3

Actionability

It provides concrete state-checking commands (git status, git diff HEAD, git log --oneline -10), but branch creation is left vague ('create a new feature branch using git branch') and the conventional-commit format has no concrete example message, leaving guidance incomplete rather than copy-paste ready.

2 / 3

Workflow Clarity

Steps are clearly sequenced 1-5 and include an explicit validation checkpoint ('Run checks first... Stop if any checks fail'), which is a level-3 'clear sequence with explicit validation steps' rather than the level-2 'checkpoints missing or implicit' anchor.

3 / 3

Progressive Disclosure

The skill is under 50 lines with no external references needed and is organized into clearly labeled sections (Arguments, Steps); per the simple-skills scoring note this is a level-3 well-organized overview.

3 / 3

Total

11

/

12

Passed

Description

57%

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 third-person and reasonably specific about the commit task, but it lacks an explicit 'Use when...' trigger clause and broader natural keyword coverage, which hold it back from a top score.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user asks to commit code, save changes, or create a commit.'

Expand trigger keywords to cover natural phrasings like 'git commit', 'make a commit', and 'save my changes'.

Enumerate concrete actions more fully (e.g. run checks, stage files, write a conventional-commit message) to raise specificity.

DimensionReasoningScore

Specificity

Names a domain (code commits) and several actions ('checks', 'commits', 'current or a new feature branch'), but the actions are not enumerated comprehensively; it is a level-2 'names domain and some actions' rather than a level-3 list of multiple concrete actions.

2 / 3

Completeness

It states what the skill does (optionally checks, then commits, handles branching) but provides no explicit 'when to use' trigger clause, which per the guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

It includes relevant keywords like 'commits code' and 'commit', but misses common natural variations a user might say ('save my changes', 'git commit', 'make a commit'); coverage is partial, not level 3.

2 / 3

Distinctiveness Conflict Risk

It targets a clear niche (committing code to a branch) with distinct triggers unlikely to fire for unrelated skills; it does not read like a generic 'helps with code and documents' description.

3 / 3

Total

9

/

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
MetaMask/ocap-kernel
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.