Review code changes using code-reviewer agent
/plugin marketplace add adeonir/claude-code-extras/plugin install adeonir-git-helpers-plugins-git-helpers-3@adeonir/claude-code-extrasbase-branch# Code Review Command Review code changes using the `code-reviewer` agent. ## Arguments - **No argument**: Review uncommitted changes (staged + unstaged), or branch diff if on a feature branch - **`base-branch`**: Compare current branch against specified base branch (e.g., `development`, `main`) ## Context - Current branch: !`git branch --show-current` - Arguments provided: `$ARGUMENTS` ## Task 1. **Determine base branch**: - If `$ARGUMENTS` is provided and non-empty: use it as base branch (e.g., if user passed `development`, use `development`) - If no argument: auto-detect by ...
/code-reviewCode review a pull request
/code-reviewPerform a comprehensive code review of recent changes
/code-reviewPerform a comprehensive code review of recent changes