What problem does it solve? Manual code reviews are time-consuming and inconsistent, making it hard to enforce quality standards, catch security issues, and provide structured feedback across TypeScript, JavaScript, Python, Go, Swift, and Kotlin projects. ## Core Features & Use Cases - PR Analysis: Run scripts/pr_analyzer.py against a project path to analyze pull request changes and surface findings. - Code Quality Checking: Use scripts/code_quality_checker.py to validate a target path, run analysis, and produce structured reports with optional JSON output. - Review Report Generation: Generate review summaries with scripts/review_report_generator.py, supported by reference guides covering review checklists, coding standards, and common antipatterns. - Use Case: Before merging a pull request, run the quality checker on the repository, consult the code review checklist reference, and generate a report to share structured feedback with the team. ## Quick Start Ask the AI to review the code in your project directory and generate a code quality report with findings and recommendations.