بنقرة واحدة
coderabbit-review
Run CodeRabbit AI code review on your changes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run CodeRabbit AI code review on your changes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.
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.