Analysis updated 2026-05-18
Get a read-only Grok review of uncommitted changes before committing.
Compare your branch against main and get review feedback focused on a specific risk.
Delegate a bug investigation or small fix to Grok through a subagent.
Use Grok inside Claude Code without switching tools or terminals.
| blockchainian/grok-plugin-cc | 00kaku/gallery-slider-block | 3rd-eden/ircb.io | |
|---|---|---|---|
| Stars | 0 | — | — |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-05-19 | 2016-11-16 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires the separate Grok CLI installed and signed in, plus Node.js 18.18 or later.
grok-plugin-cc is a plugin for Claude Code, a command line coding assistant, that lets you call on Grok, a separate AI tool, directly from inside your existing workflow. Instead of switching between tools, you can ask Grok to review your code changes or hand it a coding task while staying in the same session. The plugin adds two commands. The first, review, runs a read only check of your current uncommitted changes or of your branch compared to another branch like main, and it can be pointed at a specific concern, such as security risks or missing tests, by adding extra words after the command. It only reads your code and never edits anything. The second command, rescue, delegates an actual task, like investigating a bug or trying a fix, to Grok through a dedicated helper, which then reports back what files it touched and how it checked its work. To use the plugin you first need the separate Grok command line tool installed and signed in on your machine, along with a reasonably recent version of Node.js. Once that is set up, you add this project as a plugin marketplace inside Claude Code, install the plugin from that marketplace, and reload plugins so the new commands appear. Everything runs through the Grok installation already on your computer: the plugin does not install Grok for you, does not manage its login separately, and does not run its own separate copy of Grok. It simply calls the same command line tool you would use yourself, using whatever account you are already signed into. The project also includes ways to test the plugin locally without fully installing it, useful if you are developing or modifying the plugin itself rather than just using it.
A Claude Code plugin that lets you call the Grok CLI from inside your session to review code changes or hand off a coding task.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.