Run Review banner
mrge-io mrge-io

Run Review

AI community

Description

--- name: run-review description: Run cubic AI code review on local changes argument-hint: [-b [branch] | -c <commit> | -p <prompt>] allowed-tools: [Bash] --- # cubic Run Review Run a headless cubic AI code review on local changes using the CLI. ## Arguments User-provided flags: $ARGUMENTS ## Instructions 1. **Check CLI is installed**: Run `which cubic`. If not found, stop and show the user this install command: ```bash curl -fsSL https://cubic.dev/install | bash ``` After in

Installation

Installs to ~/.claude/skills/mrge-io-skills-run-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mrge-io-skills-run-review && curl -fsSL https://raw.githubusercontent.com/mrge-io/skills/HEAD/commands/run-review.md -o ~/.claude/skills/mrge-io-skills-run-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository