Comprehensive PR review using specialized agents
/plugin marketplace add MartinGonzalez/claude-plugins/plugin install martingonzalez-pr-review-toolkit-plugins-pr-review@MartinGonzalez/claude-plugins[review-aspects]# Comprehensive PR Review
Run a comprehensive pull request review using multiple specialized agents, each focusing on a different aspect of code quality.
**Review Aspects (optional):** "$ARGUMENTS"
## Review Workflow:
1. **Determine Review Scope**
- Check if argument contains the keyword `local`
- If `local` argument detected:
* **Pre-review mode** - Review local changes before creating/updating PR
* Verify current directory is a git repository: `git rev-parse --is-inside-work-tree`
* If not a git repo: Exit with error message
* Get current branch: `git branch ...