Quality Gate

SkillMonitoring & ops

Run the full release-readiness gate - code review, security, performance, tests, docs, and metrics in one orchestrated pass with a go/no-go verdict. Use before releases, merges to main, or client deliveries.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Quality Gate skill

What this skill tells your AI

The instructions your AI receives, as published by navinspire-ia/navin in navin/skills/quality-gate/SKILL.md and read by ahel’s review.

Overview

Orchestrate every quality dimension into a single go/no-go verdict. This is the "make the project perfect" pass: it chains the specialist skills (code review, security, performance, metrics) and reduces their output to a decision with blocking items.

Gate dimensions

  1. Correctness - code review of the diff or release scope (code-reviewer); tests pass; no known regressions.
  2. Security - audit pass (security-auditor) + flaw hunt (vulnerability-scanner); zero unresolved criticals.
  3. Performance - no measured regression on hot paths (performance-auditor); budgets respected (bundle size, response times).
  4. Reliability - error handling at boundaries, graceful degradation, rollback path exists.
  5. Maintainability - lint/type checks clean, no new TODO-debt spike, complexity hotspots justified.
  6. Documentation - README/CHANGELOG updated, breaking changes flagged, config documented.
  7. Observability - logs at the right level, metrics/health endpoints intact.

Workflow

  1. Define the scope: a release tag, a branch diff, or the whole project.
  2. Save a checkpoint (/checkpoint save pre-gate) so the state is recoverable.
  3. Run each dimension. Delegate to subagents in parallel when available - one per dimension - and consolidate their reports.
  4. Score each dimension: PASS / WARN / BLOCK, with evidence.
  5. Verdict:
    • Any BLOCK → NO-GO, list blocking items in fix order.
    • Only WARNs → GO with reservations, list follow-ups.
    • All PASS → GO.
  6. Output a single gate report: verdict on top, dimension table, then details. Offer to fix blocking items one by one, re-running only the affected dimension after each fix.

Anti-patterns

  • Giving GO with an unresolved critical security finding
  • Re-running the entire gate after every one-line fix
  • Letting one dimension's verbosity bury the verdict
  • Skipping the checkpoint before fix sessions

Signals

GitHub stars
22
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
quality-gate-navinspire-ia
Source
github.com/navinspire-ia/navin