# Auto Permissions Review Disable

> Disable the auto permissions review hook for this session. Tool calls return to normal permission prompts. Other terminal sessions are not affected.

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

---


# Auto Permissions Review - Disable

Turn off the auto permissions review hook for this session only.

## Workflow

### Step 1: Disable for this session

The hook detects this command by the keyword and removes this session's file automatically.

```bash
echo "ai-review-disable" && echo "Auto permissions review is now OFF for this session."
```

### Step 2: Confirm

Tell the user:
- Auto permissions review is now **disabled for this session**
- Other terminal sessions are not affected
- Normal permission prompts will appear for all tool calls
- Use `/auto-permissions-review-enable` to turn it back on

