Review Skill - AI Code Review Perform comprehensive code reviews on staged changes, specific files, or pull requests. Routes to expert agents based on file types and automatically creates tasks for critical issues. Architecture Execution Steps Step 1: Determine Scope For PR review: For specific file: For baseline comparison (--base): Step 2: Analyze Changes Run semantic diff analysis (parallel where possible): With difft (semantic): With delta (syntax highlighting): Categorize changes: Get diff statistics: Step 3: Load Project Standards Check CI for existing linting: Step 4: Route to Expert R…