CtrlK
BlogDocsLog inGet started
Tessl Logo

aiox-commit

Create a local conventional commit for AIOX work. Never pushes. Use when: committing, /aiox-commit, or local git commit.

68

Quality

82%

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

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

A tight, well-structured single-purpose skill body that gives executable commands and a commit-message template without padding. The main gap is the missing explicit `git commit` invocation and a post-commit verification/feedback step.

Suggestions

Show the actual commit command, e.g. `git commit -m "feat: ... [Story X.Y]"`, so the guidance is fully copy-paste ready.

Add an explicit verification checkpoint after committing (e.g. run `git log -1` / `git status` to confirm the commit landed and nothing unintended remains) to close the workflow-clarity validation gap.

Specify how to stage (e.g. `git add <relevant files>` with a note to avoid `git add .`) instead of the vague 'Stage only relevant files'.

DimensionReasoningScore

Conciseness

The body is lean throughout: no explanation of what a commit is, no padding, and every line is either a command, a template, or a guardrail, assuming Claude's competence.

5 / 5

Actionability

Concrete commands (`git status`, `git diff`, `git diff --staged`) and a copy-ready conventional-commit template are provided, but the actual `git commit -m ...` invocation is not shown and 'Stage only relevant files' lacks a specific `git add` command, leaving a minor gap.

4 / 5

Workflow Clarity

A clear numbered sequence (inspect -> stage -> commit -> do-not-push) with step 1 acting as a pre-commit review checkpoint and a Forbidden guardrail section; it lacks an explicit post-commit verification or error-recovery feedback loop, so it sits below the validation-with-feedback-loops anchor.

4 / 5

Progressive Disclosure

Under 50 lines, single-purpose, with no need for external references, and organized into well-signaled 'Steps' and 'Forbidden' sections, satisfying the simple-skill exception for a top score.

5 / 5

Total

18

/

20

Passed

Description

78%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 concise, third-person description that clearly states what the skill does and when to use it with concrete triggers. It is slightly light on enumerated specific actions and has minor overlap risk via its generic commit triggers.

Suggestions

Add 1-2 more concrete actions (e.g., 'stage relevant files', 'append the Story id') to lift specificity from one action to several.

Narrow the trigger phrasing so 'committing' does not collide with a generic git-commit skill, e.g. lead with 'AIOX work' or '/aiox-commit' as the primary trigger.

DimensionReasoningScore

Specificity

Names the domain ('AIOX work', 'conventional commit') and one concrete action ('Create a local conventional commit') plus the 'Never pushes' constraint, but does not enumerate several specific actions, so it stops at the 1-2-actions anchor rather than the 'several specific actions' level.

3 / 5

Completeness

It explicitly answers both 'what' (create a local conventional commit, never pushes) and 'when' with concrete trigger phrases ('Use when: committing, /aiox-commit, or local git commit'), matching the anchor that requires explicit what-and-when with triggers.

5 / 5

Trigger Term Quality

'committing', '/aiox-commit', and 'local git commit' are natural phrases a user would say, giving good keyword coverage; a few common synonyms (e.g. 'save changes', 'make a commit') are missing, so it is above the midpoint but not comprehensive.

4 / 5

Distinctiveness Conflict Risk

The AIOX scope, '/aiox-commit' trigger, and 'Never pushes' boundary carve a mostly-distinct niche from a general commit skill, but the broad 'committing'/'local git commit' triggers retain minor overlap risk with closely related skills.

4 / 5

Total

16

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
SynkraAI/aiox-core
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.