Launch 3-pane code review environment
Launches a 3-pane code review environment for diff feedback analysis.
/plugin marketplace add Ginger-Labs/diff-feedback/plugin install ginger-labs-diff-feedback@Ginger-Labs/diff-feedback[--base <branch>] [file-patterns...]claude-sonnet-4-5-20250929Launch the diff-feedback 3-pane layout.
PLUGIN_ROOT="${CLAUDE_PLUGIN_ROOT:-$HOME/.claude/plugins/diff-feedback}"
bash "$PLUGIN_ROOT/scripts/diff-feedback.sh" "$@"
/startInitiates the task orchestration workflow using the three-agent system (task-orchestrator, task-decomposer, and dependency-analyzer) to create a comprehensive execution plan.