michaelboeding/skills

auto-permissions-review-enable

Enable the auto permissions review hook for this session. Auto-approves read-only operations, sends ambiguous Bash to Haiku, and reviews edits only in accept-edits mode. Other terminal sessions are not affected.

First seen Apr 7, 2026

Installation

$ npx skills add michaelboeding/skills --skill auto-permissions-review-enable

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from michaelboeding/skills · top by installs.

npx skills add michaelboeding/skills

Browse all from michaelboeding/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 26
License LICENSE
Default branch master
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,371 B
  • docs SUMMARY.md 249 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 15 installs

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.

mkdir -p ~/.claude/ai-review-sessions && echo "ai-review-enable" && echo "Auto permissions review is now ON for this session."

Step 3: Confirm

Tell the user:

  • Auto permissions review is now enabled for this session
  • Read-only tools (Read, Glob, Grep, etc.) are auto-approved instantly
  • Ambiguous Bash commands are reviewed by Haiku
  • Edits only go through Haiku when accept-edits mode is on (Shift+Tab)
  • Other terminal sessions are not affected
  • Use /auto-permissions-review-disable to turn it off