Command
/permission-tuner
Analyze permission denial patterns and generate optimized allow/deny rules to reduce prompt fatigue
One command from pro-workflow.
shell
$ npx -y skills add rohitg00/pro-workflow --agent claude-codeShips with pro-workflow. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/permission-tuner
Context preview
What this command does when you run it.
Analyze permission denial patterns and generate optimized allow/deny rules to reduce prompt fatigue
Stats
Stars2,638
Forks255
LanguageJavaScript
Command definition
permission-tuner.md
--- description: Analyze permission denial patterns and generate optimized allow/deny rules to reduce prompt fatigue --- # /permission-tuner - Permission Optimization Analyze your permission patterns and generate rules to reduce prompt fatigue. ## Quick Start Run this command to: 1. Scan permission denial history 2. Identify safe patterns for auto-approval 3. Generate optimized rules 4. Present for your approval ## What It Does Reads your session's permission patterns and categorizes them: - **Safe to auto-approve**: Read-only operations (Read, Glob, Grep, git status/diff/log) - **Consider auto-approving**: Frequently approved operations (Edit, npm test) - **Keep asking**: Operations that need review (git commit, npm install) - **Auto-deny**: Dangerous operations (rm -rf, git push --force) ## Usage ```text /permission-tuner ``` After running, review the suggested rules and apply the ones you want.
