Review pull requests with comprehensive feedback on code quality, security, and best practices
pr-numberReview pull request #$ARGUMENTS comprehensively. ## Phase 1: Prerequisites Validate environment: ## Phase 2: Gather Context 1. Fetch PR details: 2. Get code changes: 3. Check CI status: 4. Read project conventions (CLAUDE.md if exists) ## Phase 3: Analysis Analyze the PR systematically: - **Code Quality**: Readability, maintainability, adherence to project conventions - **Potential Bugs**: Logic errors, edge cases, null/undefined handling - **Performance**: N+1 queries, unnecessary loops, caching opportunities - **Security**: Input validation, authentication checks, S...
Comprehensive PR review using specialized agents
Review pull request with comprehensive code analysis and constructive feedback
Review GitHub pull request with detailed code analysis
Comprehensive PR review using specialized agents
Review a pull request for code quality and issues