LLM Skills
~/catalogue/debugging et maintenance//stop-review-gate

portail d'examen des arrêts

/stop-review-gate

Procéder à une révision du tour de Claude précédent.

openaiopenai
32.9k
18 avril 2026
Apache-2.0
// contenu du skill

<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>

<defaultfollowthrough_policy>

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.

</defaultfollowthrough_policy>

<grounding_rules>

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.

</grounding_rules>

<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>

// source originale publique
openai/codex-plugin-cc
/plugins/codex/prompts/stop-review-gate.md
Licence : Apache-2.0
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
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"
Ensuite dans Claude Code, tapez /stop-review-gate pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateuropenai
Étoiles 32.9k
LicenceApache-2.0
Mis à jour18 avril 2026
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward