Craft Review banner
drobins25 drobins25

Craft Review

Security community

Description

--- name: review description: "PR review skill - invokes pr-reviewer-expert agent against branch diff, story commits, or full project audit." --- # Review Run a PR-style code review using the crystallized pr-reviewer-expert agent. Three approaches based on what you want reviewed. ## Modes | Mode | Trigger | What gets reviewed | |------|---------|-------------------| | **Branch** (default) | `/craft:review` | Everything on current branch not on origin/main | | **Story** | `/craft:review story

Installation

Installs to ~/.claude/skills/drobins25-craft-craft-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/drobins25-craft-craft-review && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/commands/craft-review.md -o ~/.claude/skills/drobins25-craft-craft-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