What problem does it solve? React codebases accumulate hidden maintainability risks—god components, state misuse, TypeScript drift, broken memoization—that compound until refactors become dangerous. This Skill audits a codebase for these red flags and produces an evidence-backed report with prioritized, incremental fixes. ## Core Features & Use Cases - Systematic red-flag scanning: Covers dependencies, folder organization, components, props, state and context, TypeScript hygiene, hooks, rendering, and error handling. - Severity-ranked audit report: Classifies findings as High, Medium, or Low with file paths, concrete evidence, impact explanation, and the smallest safe next step. - Refactor guidance: Recommends incremental corrections such as splitting god components by responsibility, isolating third-party libraries behind adapters, and fixing context re-render storms. - Use Case: Before planning a major refactor, run this audit on a legacy React app to identify which files carry the highest correctness and change-amplification risk, then sequence fixes by severity. ## Quick Start Ask the AI to review your React codebase for maintainability red flags and return a severity-ranked audit report with file-level evidence.