What problem does it solve? Reviewing large volumes of generated React migration code by hand is slow and inconsistent, making it easy for naming issues, weak typing, accessibility gaps, and over-engineering to slip into the codebase. ## Core Features & Use Cases - Standalone Quality Audit: Runs a quality-reviewer agent on any path, fully independent of the migration pipeline with no progress tracking or lock requirements. - Multi-Dimension Review: Scores composition, naming, types, accessibility, performance, convention compliance, and simplicity/over-engineering with file:line references. - App-Aware Configuration: Resolves the target app (pc, mobile, or hana) and its directories from the plugin config, with localized reports in the configured working language. - Use Case: After migrating a legacy page to React, run the audit on the generated source directory to get an overall score plus the top issues ranked by severity before merging. ## Quick Start Ask the assistant to run a clean code audit on the generated React code for the current app, optionally passing a specific path or an app flag such as --app mobile.