Coder Eval Code Review banner
UiPath UiPath

Coder Eval Code Review

AI community

Description

--- description: Run a multi-model code review on uncommitted changes or a described set of files --- ## Context - Current git status: !`git status --short` - Current branch: !`git branch --show-current` - Uncommitted changes: !`git diff --name-only && git diff --name-only --cached` ## Your Task Run a thorough code review using multiple AI models in parallel, then fix all high-confidence medium-severity and above findings. **Cost note**: This command runs `make verify` + a multi-model revie

Installation

Installs to ~/.claude/commands/uipath-coder_eval-coder-eval-code-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/UiPath/coder_eval/HEAD/.claude/commands/coder-eval-code-review.md -o ~/.claude/commands/uipath-coder_eval-coder-eval-code-review.md

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

Full documentation available on GitHub

View Source Repository