What problem does it solve?
This Skill helps you review a page or feature in the RemoteUnlockApp React Native codebase for structural drift, convention mismatches, and architectural smells without mixing review work with implementation changes.
Core Features & Use Cases
- Folder and barrel checks: Verifies feature placement, sub-folder usage, file naming, and named re-export conventions.
- Component and hook review: Checks component shape, hook placement, React rules, prop design, and whether logic belongs in the right layer.
- Maintainability and RN-specific audit: Flags deep nesting, long functions, unsafe effects, direct BLE access in render paths, and other cross-cutting issues.
- Use case: Review a recently edited feature before merge and produce a concise punch list the author can fix afterward.
Quick Start
Use the page-review skill to inspect the selected feature folder and return a punch list of convention issues instead of applying fixes.