CtrlK
BlogDocsLog inGet started
Tessl Logo

git-commit-writer

Trigger when the user asks to write a commit message, generate a commit from staged changes, review a diff before committing, or says "/commit". Reads git diff --staged and produces an opinionated, convention-matching commit message.

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

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%Weight 40%Scale 1-3

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

A tight, highly actionable skill body that assumes Claude's competence, sequences the workflow with validation checkpoints, and organizes content cleanly without unnecessary external references. The commit-drafting guidance is specific and copy-paste ready.

DimensionReasoningScore

Conciseness

Lean and efficient with no padding or explanation of git concepts Claude already knows; every line (commands, rules, anti-patterns) earns its place.

3 / 3

Actionability

Provides fully executable commands (git status --short, git diff --staged, git log --oneline -10) plus specific, copy-paste-ready rules (imperative mood, max 70 chars, no trailing period) and concrete anti-patterns to reject.

3 / 3

Workflow Clarity

A clear numbered sequence with explicit validation checkpoints — stopping when nothing is staged, escalating to --stat for large diffs, and asking the user before committing rather than auto-committing.

3 / 3

Progressive Disclosure

A self-contained single-purpose skill under 50 lines with no external references needed and well-organized sections (When to use, Instructions, Anti-patterns, Example invocations), meeting the simple-skill allowance for a top score.

3 / 3

Total

12

/

12

Passed

Description

100%Weight 40%Scale 1-3

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 covers concrete actions, natural trigger terms, and both what/when clearly within a distinct niche. The capability statement is in third person and the trigger clause follows the accepted 'Use when...' pattern.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('write a commit message', 'generate a commit from staged changes', 'review a diff before committing', 'Reads git diff --staged and produces an opinionated, convention-matching commit message'), matching the top anchor.

3 / 3

Completeness

Explicitly answers both what ('produces an opinionated, convention-matching commit message') and when ('Trigger when the user asks...') with an explicit trigger clause.

3 / 3

Trigger Term Quality

Phrases like 'write a commit message', 'review a diff before committing', and '/commit' are natural terms users would actually say, giving good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

The niche is narrow (drafting commit messages from staged changes) with distinct triggers, making it unlikely to fire for the wrong skill.

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
mergisi/awesome-openclaw-agents
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.