What problem does it solve? Manually reviewing every commit, pull request, or working-tree change is slow and inconsistent. This Skill runs AI-driven code review over Git diffs and returns structured, line-level comments classified by priority so you can focus on real bugs, security issues, and performance problems. ## Core Features & Use Cases - Flexible review targets: Review staged/unstaged/untracked workspace changes, a single commit, or a diff between two branches or refs. - Priority-classified findings: Comments are grouped into High, Medium, and Low priority, with optional fix suggestions and automatic fixing when requested. - Custom review rules: Define project-specific rules in JSON (per glob pattern) to enforce team conventions, with preview support via ocr rules check. - Use Case: Before merging a feature branch, ask for a review of the diff against main; the Skill runs ocr review --from main --to feature, then reports high-priority bugs and applies safe fixes after your approval. ## Quick Start Ask the assistant to review your current uncommitted changes for bugs and security issues and list the findings by priority.