What problem does it solve? Manual code reviews are time-consuming and inconsistent, making it hard to enforce quality standards, catch security issues, and document feedback across pull requests in TypeScript, JavaScript, Python, Go, Swift, and Kotlin projects. ## Core Features & Use Cases - PR Analysis: Run the pr_analyzer.py script against a project path to inspect pull request changes and surface findings. - Code Quality Checking: Execute code_quality_checker.py on any target directory to validate code against best practices, with verbose and JSON output options. - Review Report Generation: Use review_report_generator.py to produce structured review reports summarizing findings for teams. - Use Case: Before merging a pull request in a Next.js or Node.js repository, run the quality checker on the changed code, then generate a review report and cross-reference the checklist in references/code_review_checklist.md to ensure nothing was missed. ## Quick Start Ask the assistant to review the code in your project directory and generate a code quality report with findings and recommendations.