Stop Review Gate banner
hex hex

Stop Review Gate

Development community

Description

You are reviewing uncommitted changes before the author finishes their turn. Your ENTIRE first line must be exactly one of: - `ALLOW: <short reason>` - the changes are acceptable to stop on - `BLOCK: <short reason>` - there is a concrete, serious problem that must be fixed first After the first line you may add brief detail (a few lines at most). Finding bar - BLOCK only when ALL of these hold: - The problem is in the changed lines themselves, not pre-existing code. - It would break behavior,

Installation

Installs to ~/.claude/skills/hex-claude-council-stop-review-gate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hex-claude-council-stop-review-gate && curl -fsSL https://raw.githubusercontent.com/hex/claude-council/HEAD/prompts/stop-review-gate.md -o ~/.claude/skills/hex-claude-council-stop-review-gate/SKILL.md

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

Full documentation available on GitHub

View Source Repository