Help us improve
Share bugs, ideas, or general feedback.
From skills
Enables 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.
npx claudepluginhub michaelboeding/skills --plugin skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/skills:auto-permissions-review-enableThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn on the auto permissions review hook for the current session.
Installs PreToolUse hook using Claude Haiku to auto-approve read-only tools/simple Bash, review complex Bash/accept-edits, reducing permission prompts in Claude Code sessions.
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.
Share bugs, ideas, or general feedback.
Turn on the auto permissions review hook for the current session.
[ -f ~/.claude/hooks/ai-review.sh ] && echo "installed" || echo "not installed"
If not installed, tell the user to run /auto-permissions-review-install first to install it.
The hook detects this command by the keyword and creates a session file automatically.
mkdir -p ~/.claude/ai-review-sessions && echo "ai-review-enable" && echo "Auto permissions review is now ON for this session."
Tell the user:
Read, Glob, Grep, etc.) are auto-approved instantly/auto-permissions-review-disable to turn it off