permissions

📁 cerico/macfair 📅 2 days ago
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

  1. Read ~/.claude/permissions.md
  2. Check the Undecided section. If empty, say so and exit.
  3. 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
  4. Ask the user for each: Allow, Supervised, or Skip (leave undecided for now)
  5. 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.allow array
    • Write the updated settings.json
    • Tell the user to run make claude to deploy
  6. For items marked Supervised:
    • Move to the Supervised section in ~/.claude/permissions.md with a note on why
  7. For items marked Skip:
    • Leave in Undecided
  8. 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.json directly
  • Batch the AskUserQuestion calls where possible to reduce interruptions