Competitive Review banner
jakekausler jakekausler

Competitive Review

Code Quality community

Description

--- name: competitive-review description: Run competitive code review with 5 agents and fix all issues argument-hint: "[rounds] [branch] [base]" disable-model-invocation: true --- Run a competitive code review process. **Arguments:** - `$0` - Number of rounds (optional, defaults to 1) - `$1` - Branch to review (optional, defaults to current branch) - `$2` - Base branch to compare against (optional, defaults to main) ## Review Phase **IMPORTANT:** If a branch is specified in `$1`, you MUST fi

Installation

Installs to ~/.claude/skills/jakekausler-claude-code-workflow-competitive-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jakekausler-claude-code-workflow-competitive-review && curl -fsSL https://raw.githubusercontent.com/jakekausler/claude-code-workflow/HEAD/commands/competitive-review.md -o ~/.claude/skills/jakekausler-claude-code-workflow-competitive-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository