Check Rami review status without triggering new review
Retrieves and displays the current code review status for a pull request.
/plugin marketplace add rami-code-review/claude-code-marketplace/plugin install rami@rami-code-reviewCheck current review status for the PR on this branch.
If rami MCP tools are not available, stop and display:
Rami MCP server needs authentication.
To authenticate:
1. Run /mcp in Claude Code
2. Select "plugin:rami:rami"
3. Press Enter to login
4. Complete GitHub authentication in browser
5. Return here and run /rami:status again
Get PR URL
REMOTE=$(git remote get-url origin)
BRANCH=$(git branch --show-current)
mcp__plugin_rami-code-review_rami__get_current_branch_pr(remote_url=$REMOTE, branch=$BRANCH)
Check Status
mcp__plugin_rami-code-review_rami__get_review_status(pr_url)
Report
status: pending → "Review in progress..."status: completed → Report issue count and summarystatus: not_found → "No review found for this PR"status: error → Report error message