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.

79

Quality

100%

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

AIOX Quality Gates

Required local gates

npm run lint
npm run typecheck
npm test

Optional / pre-push:

npm run build
# CodeRabbit when available (see coderabbit skill / WSL notes)

Agent rules

  • @dev: run gates before marking story ready for review.
  • @qa: gates are necessary but not sufficient — still do AC + architecture review.
  • @devops: MUST run pre-push gate before any push/PR.

Failures

Fix root cause. Do not use --no-verify or skip hooks to force green.

Repository
SynkraAI/aiox-core
Last updated
First committed

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.