# Reviewer Blocking Disable

> Make the stop hook non-blocking (remind once, then let the agent through)

- Skill: `imbue-ai/reviewer-blocking-disable` (Agent Skill)
- Install (CLI): `npx skillmds@latest add imbue-ai/reviewer-blocking-disable`
- Raw SKILL.md: https://api.skillmd.com/api/skills/imbue-ai/reviewer-blocking-disable/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: imbue-ai (https://skillmd.com/u/imbue-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/imbue-ai/reviewer-blocking-disable

---


Run this command:

```bash
jq -n --argjson existing "$(cat .reviewer/settings.local.json 2>/dev/null || echo '{}')" '$existing * {"stop_hook": {"max_consecutive_blocks": 1}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
```

Then confirm that the stop hook has been set to non-blocking mode (remind once, then let through).

