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.

72

Quality

87%

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

92%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 an exemplar of lean, well-structured instruction for a simple skill: a tight sequenced workflow with explicit guardrails and no padding. The only minor gap is that the literal commit command is implied rather than shown.

DimensionReasoningScore

Conciseness

The body is lean throughout, assumes Claude knows git, and avoids explaining concepts; every line (status/diff, staging rule, message format, no-push guard, Forbidden list) earns its place.

5 / 5

Actionability

Concrete commands are given (`git status`, `git diff --staged`) and the conventional-message format is shown as a copyable block, but the actual `git commit -m "..."` command is implied rather than shown and step 2's staging is described abstractly, leaving minor gaps.

4 / 5

Workflow Clarity

A clear 4-step sequence opens with a pre-commit review checkpoint (step 1), and the Forbidden section plus step 4 act as explicit guardrails; as a simple single-purpose skill under 50 lines that is well-organized, it meets the simple-skill exception, and committing locally is neither destructive nor batch so the validation cap does not apply.

5 / 5

Progressive Disclosure

No bundle files exist and none are needed for this under-50-line single-task skill; the content is cleanly split into ## Steps and ## Forbidden sections, satisfying the simple-skill exception for progressive disclosure.

5 / 5

Total

19

/

20

Passed

Description

82%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 third-person, concise, and explicitly covers both what the skill does and when to invoke it, with a distinct AIOX-scoped niche. Its only weakness is specificity: it states one action rather than the fuller set of concrete steps the body delivers.

Suggestions

Expand the description to list 1-2 more concrete actions (e.g., "reviews git status/diff, stages relevant files, and writes a conventional commit message with a story id") to lift specificity.

Add a couple of natural trigger synonyms such as "commit my changes" or "make a commit" to broaden trigger-term coverage.

DimensionReasoningScore

Specificity

"Create a local conventional commit for AIOX work" names the domain and one concrete action (conventional commit) plus the "Never pushes" constraint, but does not enumerate the several sub-actions the body actually covers (status/diff review, staging, story-id tagging), so it is not comprehensive.

3 / 5

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.") with concrete trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

"Use when: committing, /aiox-commit, or local git commit" supplies natural phrases a user would say, with good coverage of the narrow commit domain; a few common variations like "commit my changes" or "make a commit" are absent, keeping it just below comprehensive.

4 / 5

Distinctiveness Conflict Risk

The AIOX-specific framing, the "/aiox-commit" command trigger, and the "Never pushes" boundary give it a clear niche distinct from generic commit or push/PR skills, with minimal conflict risk.

5 / 5

Total

17

/

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