From skills
Disables auto permissions review hook for the current Claude Code terminal session, reverting tool calls to standard permission prompts. Affects only this session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills:auto-permissions-review-disableThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn off the auto permissions review hook for this session only.
Turn off the auto permissions review hook for this session only.
The hook detects this command by the keyword and removes this session's file automatically.
echo "ai-review-disable" && echo "Auto permissions review is now OFF for this session."
Tell the user:
/auto-permissions-review-enable to turn it back onnpx claudepluginhub michaelboeding/skills --plugin skillsEnables auto permissions review hook for current Claude Code session. Auto-approves read-only operations, sends ambiguous Bash to Haiku, reviews edits only in accept-edits mode.
Sets up PermissionRequest hooks to auto-approve all tools, websearch/webfetch only, or route requests to Claude review in Claude Code. Invoke /yolo [mode] [--global].
Generates PermissionRequest hooks that auto-approve safe operations, auto-deny dangerous ones, and tailor rules to detected project stack. Safer alternative to --dangerouslySkipPermissions for manual permission mode.