auto-permissions-review-enable
Installation
SKILL.md
Auto Permissions Review - Enable
Turn on the auto permissions review hook for the current session.
Workflow
Step 1: Check if the hook is installed
[ -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.
Step 2: Enable for this session
The hook detects this command by the keyword and creates a session file automatically.
Related skills