review-coderabbit

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Review CodeRabbit Comments

I have gathered information about the current PR. Here are the results:

<current_branch> !git rev-parse --abbrev-ref HEAD </current_branch>

<pr_info> !gh pr view --json number,title,url 2>/dev/null || echo "No PR found for current branch" </pr_info>

<coderabbit_review> !gh pr view --json reviews --jq '.reviews[] | select(.author.login == "coderabbitai") | .body' 2>/dev/null | head -500 </coderabbit_review>

<coderabbit_comments> !gh api repos/{owner}/{repo}/pulls/$(gh pr view --json number -q .number)/comments --jq '.[] | select(.user.login == "coderabbitai") | {id: .id, path: .path, line: .line, body: (.body | split("\n")[0:3] | join("\n"))}' 2>/dev/null </coderabbit_comments>

Installs
1
GitHub Stars
12
First Seen
Jun 24, 2026
review-coderabbit — alexanderop/workouttracker