en un clic
coderabbit-review
Run CodeRabbit AI code review on your changes
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run CodeRabbit AI code review on your changes
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Sync upstream changes from a local repository clone. Pass a package name, local repo path, and branch as arguments. Supports cherry-pick (--commit=SHA) and range (--up-to=SHA) modes.
Sync upstream changes for a package and open a PR. Pass a package name as the first argument (e.g. model-registry or notebooks) or be prompted to choose. Optionally pass a PR URL to do a temporary test sync.
Guides Konflux CI/CD pipeline onboarding for new components — Jira tracking epic, upstream ODH Dockerfile, downstream RHOAI Dockerfile, DevOps coordination, manifest overlays, and OpenShift CI.
Read a RHOAI UX prototype and produce scoped implementation instructions. Ticket mode (--ticket) for one spec, epic mode (--epic) for all specs + phased execution plan with parallel agent briefings.
Read a RHOAI UX prototype fork and create a Jira epic with properly scoped child tickets. Deduplicates against existing tickets and switches to review mode when full coverage exists.
Classify CI failures on a PR as flaky or genuine using cross-PR recurrence, rerun detection, and symptom pattern matching. Use when a PR has failing CI checks and you need to know which are real regressions vs known flaky tests.
| name | coderabbit-review |
| description | Run CodeRabbit AI code review on your changes |
Run an AI-powered code review using CodeRabbit.
pwdgit rev-parse --is-inside-work-tree 2>/dev/null && echo "Yes" || echo "No"git branch --show-current 2>/dev/null || echo "detached HEAD"git status --porcelain 2>/dev/null | head -1 | grep -q . && echo "Yes" || echo "No"Review code based on: $ARGUMENTS
Skip these checks if you already verified them earlier in this session.
Otherwise, run:
coderabbit --version 2>/dev/null && coderabbit auth status 2>&1 | head -3
If CLI not found, tell user:
CodeRabbit CLI is not installed. Run in your terminal:
curl -fsSL https://cli.coderabbit.ai/install.sh | shThen restart your shell and try again.
If "Not logged in", tell user:
You need to authenticate. Run in your terminal:
coderabbit auth loginThen try again.
Once prerequisites are met:
coderabbit review --agent -t <type>
Where <type> from $ARGUMENTS:
all (default) - All changescommitted - Committed changes onlyuncommitted - Uncommitted onlyAdd --base <branch> if specified.
Group findings by severity:
Offer to apply fixes if codegenInstructions are present.