What problem does it solve? Teams struggle to keep code reviews consistent, especially when checking whether new features or first-time contributions follow project-specific architecture, naming, testing, and dependency rules. This Skill applies documented project conventions to every change so reviews stay uniform and actionable. ## Core Features & Use Cases - Structured Conventions Checklist: Evaluates changes across architecture boundaries, patterns, naming, UI/UX, testing, types, and dependencies with Pass/Needs changes/N/A verdicts. - Mode-Based Reviews: Adapts feedback for new features (mode A), new contributors with supportive guidance (mode B), and small rule-bound changes (mode C). - Progressive Reference Loading: Loads only the relevant rule files (architecture, naming, testing, dependencies) needed for each review. - Use Case: A maintainer receives a pull request from a first-time contributor adding a new NFT auction feature. The Skill maps changed files to project layers, flags a cross-layer import violation, cites the exact rule, and suggests the smallest fix. ## Quick Start Review this pull request diff against our project conventions and tell me which rules it violates and how to fix them.