permissions
2
总安装量
2
周安装量
#70721
全站排名
安装命令
npx skills add https://github.com/cerico/macfair --skill permissions
Agent 安装分布
trae
2
gemini-cli
2
claude-code
2
github-copilot
2
windsurf
2
codex
2
Skill 文档
Permissions Review
Review and triage undecided tool call permissions.
When to Use
- After receiving a Slack alert about undecided permissions
- When you want to review what tools Claude has been prompted for
- Periodically to keep the permissions list tidy
Instructions
- Read
~/.claude/permissions.md - Check the Undecided section. If empty, say so and exit.
- For each undecided entry, present it to the user with context:
- What the tool does
- Whether it’s safe to auto-allow
- Whether supervision adds value
- Ask the user for each: Allow, Supervised, or Skip (leave undecided for now)
- For items marked Allow:
- Move to the Allow section in
~/.claude/permissions.md - Read
~/macfair/files/claude/settings.json - Add the appropriate pattern to
permissions.allowarray - Write the updated settings.json
- Tell the user to run
make claudeto deploy
- Move to the Allow section in
- For items marked Supervised:
- Move to the Supervised section in
~/.claude/permissions.mdwith a note on why
- Move to the Supervised section in
- For items marked Skip:
- Leave in Undecided
- Write the updated
~/.claude/permissions.md
Important
- The source of truth for allow rules is
~/macfair/files/claude/settings.json - The permissions.md file is a working document, not config
- Never edit deployed files at
~/.claude/settings.jsondirectly - Batch the AskUserQuestion calls where possible to reduce interruptions