CtrlK
BlogDocsLog inGet started
Tessl Logo

git-commit

Standardized Git commit generator skill with Conventional Commits rules, scope tagging (e.g. feat(itau):, fix(security):), and change summary rules.

61

Quality

71%

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

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/git-commit/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is well-structured, concise, and highly actionable with executable git commands and a concrete example. Its main gap is the absence of an explicit validate-and-retry feedback loop in the workflow, keeping workflow_clarity and progressive_disclosure at 4.

DimensionReasoningScore

Conciseness

The body is efficient and rule-focused with minimal padding; each section earns its place, though a few definitions (e.g. explaining refactor/style) are concepts Claude already knows and could be trimmed.

4 / 5

Actionability

Provides fully executable, copy-paste-ready commands (git status --short, git diff --staged, git commit -m ...) plus a complete concrete example message covering the common cases.

5 / 5

Workflow Clarity

Clear four-step sequence (Inspect -> Analyze -> Draft -> Verify & Execute) with a security-verification checkpoint upfront; missing an explicit validate-then-fix feedback loop, but the operation is not destructive/batch so no cap applies.

4 / 5

Progressive Disclosure

Well-organized single-file skill with clear section headers and no nested references; for a self-contained under-50-line-ish skill this is good structure with only minor organization gaps, and no bundle files exist to split.

4 / 5

Total

17

/

20

Passed

Description

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

The description is specific and distinct, clearly conveying a Conventional Commits commit generator with FinanceHub scope tagging. Its main weakness is the absence of an explicit 'Use when...' trigger clause, which caps completeness at 3.

Suggestions

Add an explicit 'Use when...' clause, e.g. 'Use when preparing or drafting Git commit messages in the FinanceHub project.'

Frame capabilities as concrete actions (e.g., 'Generates, formats, and stages commit messages') rather than only naming rules.

DimensionReasoningScore

Specificity

Names the domain (Git commit generation) and several concrete specifics (Conventional Commits rules, scope tagging like feat(itau)/fix(security), change summary rules), but is largely rule-naming rather than a list of distinct executable actions like extract/fill/merge.

4 / 5

Completeness

It has a clear 'what' (standardized Git commit generator with Conventional Commits rules and scope tagging) but no explicit 'Use when...' / 'when Claude should use it' clause, which per the rubric caps completeness at 3.

3 / 5

Trigger Term Quality

Includes natural user-facing terms ('Git commit', 'commit messages', 'Conventional Commits', scope tags) users would say, with good coverage; only minor natural synonyms missing.

4 / 5

Distinctiveness Conflict Risk

Tightly scoped to Git commits with Conventional Commits + FinanceHub scope tagging, making it mostly distinct with only minor overlap risk against generic commit helpers.

4 / 5

Total

15

/

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
JoseMD12/finance-hub
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.