## What problem does it solve?
This Skill provides automated, language-agnostic code review capabilities that analyze pull requests, enforce best practices, and generate actionable feedback to improve code quality and security across TypeScript, JavaScript, Python, and more.
## Core Features & Use Cases
- Automated Pr Analyzer: Scans PRs for quality, style, and risk, producing a structured report.
- Code Quality Checker: Runs static checks, detects issues, and suggests or applies fixes.
- Review Report Generator: Generates consistent, shareable review reports for teams and stakeholders.
Use Case: When you have a PR with multiple files and contributors, run the three core tools to obtain a comprehensive quality analysis and an exportable review summary.
### Quick Start
Install and run the core scripts to begin automated reviews:
- python scripts/pr_analyzer.py <project-path> [options]
- python scripts/code_quality_checker.py <project-path> [options]
- python scripts/review_report_generator.py <project-path> [options]