From claude-commands
Posts '@coderabbitai all good?' comment on the GitHub PR for the current branch using gh CLI, reports PR number and URL if successful.
npx claudepluginhub jleechanorg/claude-commandscommands/## โก EXECUTION INSTRUCTIONS FOR CLAUDE **When this command is invoked, YOU (Claude) must execute these steps immediately:** **This is NOT documentation - these are COMMANDS to execute right now.** ## ๐จ EXECUTION WORKFLOW ### Step 1: Get Current Branch and Find PR Run the following to find the PR number for the current branch: If the command fails (no PR found), tell the user: "No open PR found for the current branch." ### Step 2: Post CodeRabbit Comment Post a comment on the PR saying exactly `@coderabbitai all good?`: ### Step 3: Confirm Report to the user: - The PR number and...
/coderabbitCodeRabbit integration for AI-powered code review with automatic issue detection and fixing capabilities.
When this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now.
Run the following to find the PR number for the current branch:
gh pr view --json number,url,title
If the command fails (no PR found), tell the user: "No open PR found for the current branch."
Post a comment on the PR saying exactly @coderabbitai all good?:
gh pr comment <PR_NUMBER> --body "@coderabbitai all good?"
Report to the user:
Purpose: Post @coderabbitai all good? on the PR associated with the current local branch, prompting CodeRabbit to re-review or confirm the PR.
Usage: /coderabbit or /cr
What it does:
gh pr view@coderabbitai all good? as a PR commentAlias: /cr