CorneiZeR

Cr Status — Git skill for Claude Code

Git community

Is the head commit actually reviewed, and what is still open.

How to install Cr Status

Installs to ~/.claude/skills/corneizer-coderabbit-skill-cr-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/corneizer-coderabbit-skill-cr-status && curl -fsSL https://raw.githubusercontent.com/CorneiZeR/coderabbit-skill/HEAD/commands/cr-status.md -o ~/.claude/skills/corneizer-coderabbit-skill-cr-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Cr Status does


allowed-tools: Bash(bash:*) argument-hint: 109 description: Is the head commit actually reviewed, and what is still open

Where pull request $ARGUMENTS stands

!`bash "${CLAUDE_PLUGIN_ROOT}/skills/coderabbit/scripts/cr-status.sh" $ARGUMENTS`

Your task

Answer the only question this asks: **is the head reviewed?** A green check is not evidence — the check reports `pass` for "review completed", "rate limited" and "skipped" alike. The proof is the walkthrough's `up to ` line mat

Alternatives in Git

  • OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★
  • Yeet — Stage, commit, push code, and open a GitHub pull request via CLI 14.6k ★
  • 40+ Claude Code Tips — Tips for getting the most out of Claude Code, including a custom status line script, cutting the system prompt 5.8k ★

Full documentation available on GitHub

View Source Repository