CtrlK
BlogDocsLog inGet started
Tessl Logo

aiox-quality-gates

Run AIOX quality gates (lint, typecheck, test, pre-push). Use before commit/push, when checking work quality, or /aiox-quality-gates.

74

Quality

93%

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

93%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 crisp, single-purpose verification skill with executable commands and a clear failure-handling loop. Only minor gap is the lack of an explicitly numbered workflow with marked validation checkpoints.

Suggestions

Add a short numbered run order (e.g. 1. lint 2. typecheck 3. test 4. pre-push build) with an explicit 'all must pass before push' checkpoint to lift workflow_clarity to 5.

Make the failure feedback loop explicit as a validate->fix->rerun cycle rather than a single sentence in the Failures section.

DimensionReasoningScore

Conciseness

Lean and efficient with no padding — every line (commands, agent rules, failure guidance) earns its place and assumes Claude's competence.

5 / 5

Actionability

Provides fully executable, copy-paste-ready commands ("npm run lint", "npm run typecheck", "npm test", "npm run build") covering the common cases.

5 / 5

Workflow Clarity

A clear implied sequence (required gates then pre-push) with a feedback loop ("Fix root cause. Do not use --no-verify"), but steps are not explicitly numbered with validation checkpoints, fitting score 4 over 5.

4 / 5

Progressive Disclosure

Under 50 lines with no need for external references and well-organized sections (Required local gates, Agent rules, Failures), satisfying the simple-skill exception for a 5.

5 / 5

Total

19

/

20

Passed

Description

92%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 tight, specific description that concretely names the four gates and gives explicit when-to-use triggers. Only minor weakness is trigger-term breadth (few synonyms/extensions).

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "lint, typecheck, test, pre-push" — giving comprehensive coverage of the gates, matching the score-5 anchor.

5 / 5

Completeness

Explicitly states both what ("Run AIOX quality gates (lint, typecheck, test, pre-push)") and when ("Use before commit/push, when checking work quality, or /aiox-quality-gates") with concrete triggers.

5 / 5

Trigger Term Quality

"commit/push", "checking work quality", and "/aiox-quality-gates" are natural trigger phrases, but synonym/extension coverage is limited, fitting the score-4 anchor rather than 5.

4 / 5

Distinctiveness Conflict Risk

"AIOX quality gates" carves a clear niche with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

19

/

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.