What problem does it solve? Repeated permission prompts for harmless Bash commands interrupt agent workflows. This Skill scans recent Claude Code session transcripts for commands that triggered prompts, classifies them against a safety bar, and applies allowlist additions to global or project settings files. ## Core Features & Use Cases - Session Scanning: Parses JSONL session transcripts, splits chained shell commands per segment, and counts which command signatures would prompt under the current allowlist. - Safety Classification: Separates read-only commands safe to allowlist from state mutations and arbitrary code execution patterns that must stay gated, flagging judgment calls for the user. - Settings Management: Splits additions between global and project-local settings.json files, deduplicates entries, and commits each change to its repository. - Use Case: After a week of agent sessions, run the review to discover that docker compose logs and npm run check prompted dozens of times, then allowlist the safe ones so future sessions run uninterrupted. ## Quick Start Ask the agent to review recent sessions for permission prompts and update the Claude Code allowlist with safe commands.