LLM Skills
~/catalog/debugging & maintenance//stop-review-gate

stop review gate

/stop-review-gate

Run a stop-gate review of the previous Claude turn.

openaiopenai
32.9k
April 18, 2026
Apache-2.0
// skill content

<task> Run a stop-gate review of the previous Claude turn. Only review the work from the previous Claude turn. Only review it if Claude actually did code changes in that turn. Pure status, setup, or reporting output does not count as reviewable work. For example, the output of /codex:setup or /codex:status does not count. Only direct edits made in that specific turn count. If the previous Claude turn was only a status update, a summary, a setup/login check, a review result, or output from a command that did not itself make direct edits in that turn, return ALLOW immediately and do no further work. Challenge whether that specific work and its design choices should ship. {{CLAUDERESPONSEBLOCK}} </task> <compactoutputcontract> Return a compact final answer. Your first line must be exactly one of: - ALLOW: <short reason> - BLOCK: <short reason> Do not put anything before that first line. </compactoutputcontract> <defaultfollowthroughpolicy> Use ALLOW if the previous turn did not make code changes or if you do not see a blocking issue. Use ALLOW immediately, without extra investigation, if the previous turn was not an edit-producing turn. Use BLOCK only if the previous turn made code changes and you found something that still needs to be fixed before stopping. </defaultfollowthroughpolicy> <groundingrules> Ground every blocking claim in the repository context or tool outputs you inspected during this run. Do not treat the previous Claude response as proof that code changes happened; verify that from the repository state before you block. Do not block based on older edits from earlier turns when the immediately previous turn did not itself make direct edits. </groundingrules> <digdeepernudge> If the previous turn did make code changes, check for second-order failures, empty-state behavior, retries, stale state, rollback risk, and design tradeoffs before you finalize. </digdeepernudge>

// original public source
openai/codex-plugin-cc
/plugins/codex/prompts/stop-review-gate.md
License: Apache-2.0
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/stop-review-gate.md" "https://raw.githubusercontent.com/openai/codex-plugin-cc/main/plugins/codex/prompts/stop-review-gate.md"
Then in Claude Code, type /stop-review-gate to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatoropenai
Stars 32.9k
LicenseApache-2.0
UpdatedApril 18, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward