Automatically review pull requests based on customizable rules and best practices.
github/# GitHub Auto Review Automatically review pull requests based on customizable rules and best practices. ## Purpose Automate initial PR review to catch common issues before human review, saving reviewer time and improving code quality consistency. ## Usage ## Parameters - `pr-number` (optional) - PR number to review. If omitted, reviews current branch's PR - `--strict` - Apply strict review rules (fails on warnings) - `--config=path` - Path to custom review configuration ## What It Does ### Automated Checks 1. **Code Quality** - Linting violations - Code style consistency ...