Agent Skills: Auto Permissions Review - Disable

Disable the auto permissions review hook for this session. Tool calls return to normal permission prompts. Other terminal sessions are not affected.

UncategorizedID: michaelboeding/skills/auto-permissions-review-disable

Install this agent skill to your local

pnpm dlx add-skill https://github.com/michaelboeding/skills/tree/HEAD/skills/auto-permissions-review-disable

Skill Files

Browse the full folder contents for auto-permissions-review-disable.

Download Skill

Loading file tree…

skills/auto-permissions-review-disable/SKILL.md

Skill Metadata

Name
auto-permissions-review-disable
Description
Disable the auto permissions review hook for this session. Tool calls return to normal permission prompts. Other terminal sessions are not affected.

Auto Permissions Review - Disable

Turn off the auto permissions review hook for this session only.

Workflow

Step 1: Disable for this session

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."

Step 2: Confirm

Tell the user:

  • Auto permissions review is now disabled for this session
  • Other terminal sessions are not affected
  • Normal permission prompts will appear for all tool calls
  • Use /auto-permissions-review-enable to turn it back on