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.

67

Quality

81%

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

The canonical home for this skill is aiox-commit in SynkraAI/aiox-core

SKILL.md
Quality
Evals
Security

Quality

Content

72%

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

The content is a tight, well-organized instruction skill that stays within token budget and avoids over-explanation. Its main gaps are the unstated staging/commit commands and the absence of an explicit verification checkpoint before the commit.

Suggestions

Add the explicit commands for the core actions, e.g. `git add <files>` and `git commit -m "feat: ... [Story X.Y]"`, so the central step is copy-paste ready.

Insert a validation checkpoint before committing, such as re-running `git diff --staged` to confirm only intended files are staged.

Optionally note how to discover the story id when it is not yet known, since step 3 conditions on "when known".

DimensionReasoningScore

Conciseness

The body is lean with no padding and no explanation of git concepts Claude already knows; every line (status/diff commands, message templates, forbidden list) earns its place.

3 / 3

Actionability

It gives concrete commands (`git status`, `git diff --staged`) and copy-paste message templates, but the central staging and commit actions are described ("Stage only relevant files", "Commit with conventional message") without showing the actual `git add`/`git commit` commands, leaving a key detail implicit.

2 / 3

Workflow Clarity

The four steps are clearly numbered and step 1 acts as a review checkpoint, but there is no explicit validation gate (e.g., confirm staged diff before committing) for a state-changing operation, which caps it at anchor 2.

2 / 3

Progressive Disclosure

Under 50 lines, single-purpose, with no need for external references; the well-organized "Steps" and "Forbidden" sections satisfy the simple-skill allowance for a top score.

3 / 3

Total

10

/

12

Passed

Description

90%

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 concise, uses third-person imperative voice, and clearly covers both capability and triggers with a distinct AIOX niche. Its only weakness is that it names a single primary action rather than enumerating several concrete capabilities.

DimensionReasoningScore

Specificity

Names the concrete action "Create a local conventional commit" plus the constraint "Never pushes", but lists only one main action rather than multiple specific concrete actions, so it stops short of anchor 3.

2 / 3

Completeness

It explicitly answers what ("Create a local conventional commit for AIOX work. Never pushes.") and when ("Use when: committing, /aiox-commit, or local git commit."), matching the anchor for both what and when with explicit triggers.

3 / 3

Trigger Term Quality

"Use when: committing, /aiox-commit, or local git commit" gives natural terms a user would actually say, covering the verb, the slash command, and the git phrasing.

3 / 3

Distinctiveness Conflict Risk

The "AIOX work" niche, the "Never pushes" constraint, and the distinct "/aiox-commit" trigger carve a clear niche unlikely to fire for unrelated skills.

3 / 3

Total

11

/

12

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.