auto-permissions-review-install

Installation
SKILL.md

Auto Permissions Review

Installs a PreToolUse hook that reduces permission prompt fatigue by auto-approving safe operations and sending ambiguous commands to Claude Haiku for review.

Behavior

Tool Default mode Accept-edits mode
Read, Glob, Grep, LS, etc. instant allow instant allow
Simple Bash (ls, cat, find, git status) instant allow instant allow
Complex Bash (pipes, substitution) Haiku reviews Haiku reviews
Edit, Write normal prompt (you decide) Haiku reviews

Key design choices:

  • Per-session -- each terminal session independently enables/disables. Multiple sessions can run simultaneously without conflicts.
  • Read-only operations never prompt -- Read, Glob, Grep, and common Bash reads are auto-approved instantly with no API call.
  • Ambiguous Bash always goes to Haiku -- piped commands, subshells, and anything not in the read-only pattern list gets reviewed regardless of mode.
  • Edits respect your permission mode -- in default mode you still approve edits manually. In accept-edits mode (Shift+Tab), Haiku reviews them.
Related skills
Installs
6
GitHub Stars
12
First Seen
Apr 7, 2026