What problem does it solve? Code reviews often miss subtle issues across naming design, accessibility, and security. This Skill automates a structured three-perspective review of changed files so problems are caught before a pull request is created. ## Core Features & Use Cases - Naming Review: Evaluates identifiers against a 7-stage naming maturity model (Missing through Domain Abstraction), detecting vague suffixes like Manager/Handler, primitive obsession, and Feature Envy. - UI Check: Runs only when UI component files change, verifying aria attributes, keyboard support, 8pt grid spacing, contrast ratios, and 48px touch targets against the Vercel Web Interface Guidelines. - Security Review: Detects hardcoded secrets, missing input validation, SQL/OS command injection, XSS, authentication gaps, error information leakage, and runs pnpm audit on new dependencies. - Use Case: Before opening a PR, run the review on your git diff to receive severity-ranked findings (Critical/Major/Minor) with concrete fix suggestions and a summary table. ## Quick Start Ask the AI to review the current uncommitted changes for naming, UI, and security issues using the review skill.