What problem does it solve? Code quality reviews often lack a consistent framework, leading to skipped security checks, unjustified coverage gaps, and subjective assessments. This Skill provides the TRUST 5 quality model (Tested, Readable, Unified, Secured, Trackable) and explains how MoAI enforces it through agents, gate commands, and a 3-level harness. ## Core Features & Use Cases - TRUST 5 Assessment Checklists: Per-principle evaluation questions with a justified-skip guard so no dimension is silently ignored. - Quality Gate Guidance: Explains how /moai gate runs lint, format, type-check, and tests in parallel across 16 auto-detected language toolchains. - sync-auditor Scoring Model: Documents the 4-dimension harmonic-mean scoring (Functionality, Security, Craft, Consistency) used at the thorough harness level. - Use Case: Before merging an authentication endpoint change, walk all five TRUST 5 dimensions, triage /moai gate findings by severity, and verify coverage meets the 85% threshold with actual command output. ## Quick Start Ask the assistant to assess the current code change against the TRUST 5 quality principles and triage any gate findings.