Perform comprehensive code quality review: $ARGUMENTS
# Code Quality Review Perform comprehensive code quality review: $ARGUMENTS ## Current State - Git status: !`git status --porcelain` - Recent changes: !`git diff --stat HEAD~5` - Repository info: !`git log --oneline -5` - Build status: !`npm run build --dry-run 2>/dev/null || echo "No build script"` ## Task Follow these steps to conduct a thorough code review: 1. **Repository Analysis** - Examine the repository structure and identify the primary language/framework - Check for configuration files (package.json, requirements.txt, Cargo.toml, etc.) - Review README and documentat...
Code review a pull request
Perform a comprehensive code review of recent changes
Perform a comprehensive code review of recent changes
Code review a pull request
Comprehensive code review with actionable feedback using extended thinking