CtrlK
BlogDocsLog inGet started
Tessl Logo

commit

Create well-formatted commits with conventional commit messages and emoji

33

Quality

30%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Fix and improve this skill with Tessl

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

Quality

Content

27%

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

This skill provides a comprehensive but overly verbose guide to creating conventional commits with emoji. Its main weakness is extreme length driven by an exhaustive emoji-type mapping table and repeated explanations. The workflow is reasonably clear but lacks validation checkpoints and concrete git commands, and the entire content would benefit greatly from splitting the emoji reference and examples into separate files.

Suggestions

Extract the emoji-type mapping table into a separate reference file (e.g., EMOJI_REFERENCE.md) and keep only the 8 core types in SKILL.md

Add explicit validation checkpoints in the workflow, such as confirming staged files with the user before committing and verifying the commit message matches the diff

Include concrete git commands in the workflow steps (e.g., `git diff --cached`, `git add -p` for selective staging when splitting commits)

Remove redundant sections — the 'Important Notes' section largely restates the Instructions and 'Best Practices' sections

DimensionReasoningScore

Conciseness

The skill is extremely verbose with a massive emoji/commit-type mapping table that could be condensed significantly. The extensive examples section, repeated branch naming explanations, and 'Important Notes' section largely restate what was already covered in the instructions. Many concepts (conventional commits, present tense imperative mood) are things Claude already knows.

1 / 3

Actionability

The workflow steps are reasonably concrete (git status, git diff, git add), but there are no actual executable commands or code snippets for the core logic. Pre-commit checks mention 'pnpm lint or similar depending on the project language' which is vague. The branch creation and commit splitting processes lack specific git commands.

2 / 3

Workflow Clarity

The numbered steps in the Instructions section provide a reasonable sequence, but there are no explicit validation checkpoints or error recovery loops. Step 2 mentions pre-commit checks may fail but the handling is only described in the 'Important Notes' section rather than integrated into the workflow. The commit splitting workflow lacks clear step-by-step staging instructions.

2 / 3

Progressive Disclosure

The content is a monolithic wall of text with no references to external files. The massive emoji mapping table (50+ entries) should be in a separate reference file. The examples, guidelines for splitting, branch naming conventions, and command options are all inline, making the skill very long and hard to scan.

1 / 3

Total

6

/

12

Passed

Description

32%

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 identifies a clear domain (git commits with conventional format and emoji) but lacks explicit trigger guidance ('Use when...') and could be more specific about the concrete actions it performs. It would benefit from listing more specific capabilities and including natural trigger terms users would use.

Suggestions

Add a 'Use when...' clause with trigger terms like 'Use when the user asks to commit changes, write a commit message, or mentions conventional commits, gitmoji, or git history'.

Expand the capability list with more concrete actions, e.g., 'Generates conventional commit messages with emoji prefixes, stages changes, and creates well-structured git commits with type/scope/description format'.

Include common keyword variations users might say: 'git commit', 'commit message', 'gitmoji', 'staged changes', '.git'.

DimensionReasoningScore

Specificity

Names the domain (commits) and some actions (create, format), but doesn't list multiple concrete actions beyond creating commits with conventional messages and emoji. It's somewhat specific but not comprehensive.

2 / 3

Completeness

Describes what the skill does (create commits with conventional messages and emoji) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, missing 'Use when' caps completeness at 2, and the 'what' is also only moderately detailed, warranting a 1.

1 / 3

Trigger Term Quality

Includes relevant keywords like 'commits', 'conventional commit messages', and 'emoji', which users might naturally say. However, it's missing common variations like 'git commit', 'commit message', 'staged changes', 'gitmoji', or 'changelog'.

2 / 3

Distinctiveness Conflict Risk

The mention of 'conventional commit messages and emoji' provides some distinctiveness, but 'commits' alone could overlap with general git skills or version control skills. The combination of conventional commits + emoji helps narrow it somewhat.

2 / 3

Total

7

/

12

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

9

/

11

Passed

Repository
NeoLabHQ/context-engineering-kit
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.