What problem does it solve? Code quality standards often exist only as vague guidelines that teams apply inconsistently. This Skill documents how MoAI enforces the TRUST 5 quality dimensions (Tested, Readable, Unified, Secured, Trackable) through concrete mechanisms: gate commands, agent roles, harness levels, and independent audit scoring. ## Core Features & Use Cases - TRUST 5 Assessment Framework: Apply five quality dimensions as per-change checklists with justified-skip guards and coverage thresholds (85% default, 90% for critical packages). - Quality Gate Orchestration: Run lint, format, type-check, and test in parallel via /moai gate with language-aware toolchain detection across 16 languages. - Independent Audit Scoring: Use sync-auditor's 4-dimension scoring (Functionality, Security, Craft, Consistency) computed as a harmonic mean to penalize lopsided quality. - Use Case: Before committing a new authentication endpoint, run the gate for a fast signal, assess all five TRUST 5 dimensions, and triage findings by severity with per-line suppressions instead of global rule disabling. ## Quick Start Ask the AI to assess the current change against the TRUST 5 principles and triage any gate findings by severity.