What problem does it solve? Ensuring every code change complies with project-specific rules and conventions is tedious and error-prone when done manually, especially across multiple languages and frameworks. ## Core Features & Use Cases - Flexible Review Scope: Review the current working diff, a specific file, a fetched branch, or a GitHub pull request by URL. - Rule-Based Evaluation: Automatically loads shared rules plus language-specific rules for Elixir, Python/Django, Ruby, React/TypeScript, Terraform, and Docker Compose based on file extensions in the diff. - Structured Findings Report: Groups violations by file with the rule violated, offending code, suggested fix, and a severity summary (blocking/warning). - Use Case: Paste a GitHub PR URL and receive a complete review of the branch diff against main, checking architecture boundaries, naming conventions, test structure, seeds, and Docker compose patterns. ## Quick Start Ask the assistant to review the current diff or a specific pull request URL against the project rules.