What problem does it solve? Reviewing pull requests and uncommitted changes manually is time-consuming and inconsistent, often missing security vulnerabilities, performance issues, and code quality problems across TypeScript, JavaScript, Python, Go, Swift, and Kotlin codebases. ## Core Features & Use Cases - Automated Code Analysis: Run PR analysis, code quality checks, and review report generation through dedicated Python scripts. - Security & Quality Checklists: Apply structured review criteria covering hardcoded secrets, SQL injection, XSS, function size, nesting depth, and immutability patterns. - Reference Guides: Consult detailed documentation on coding standards, design patterns, performance optimization, and security guidelines during reviews. - Use Case: Before merging a pull request, run the quality checker against the changed files, then follow the review checklist to classify findings by severity (CRITICAL, HIGH, MEDIUM, LOW) and generate a structured review report. ## Quick Start Review my uncommitted changes for security vulnerabilities and code quality issues, then generate a severity-classified report.