What problem does it solve? Frontend code changes often ship with hidden issues like type errors, XSS risks, missing null checks, and style violations that linters alone cannot catch. This Skill performs a structured multi-layer review of React 19 + Ant Design v6 + TypeScript 5 code and produces a graded issue list with ready-to-use fix examples. ## Core Features & Use Cases - Four-Layer Review: Scans every changed file across syntax/conventions, business logic, security, and maintainability dimensions. - Graded Issue Reports: Classifies findings as critical, warning, or suggestion, each with file location, line range, and copy-paste fix code. - Project-Specific Rules: Enforces React 19 and Ant Design v6 constraints such as banning static message/Modal calls, Pro components, inline styles, and any types. - Use Case: Before merging a pull request that adds a new list page, run this Skill to verify pagination syncs with API requests, the submit button prevents duplicate submissions, and no hardcoded secrets or unsafe useEffect dependencies slipped in. ## Quick Start Review the changed frontend files in my current branch and output a graded issue report with fix examples.