Aiox Quality Gates

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

synkraai 18c3b71 691 B Updated

File contents

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.

synkraai/aiox-core/tree/main/.grok/skills/aiox-quality-gates commit 18c3b71ac4

Frequently asked questions

npx skillmds@latest add synkraai/aiox-quality-gates