원클릭으로
source-command-permission-audit
View and analyze HITL permission requests to optimize settings.json
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
View and analyze HITL permission requests to optimize settings.json
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Security and quality audit of application codebase
Autonomous agent execution mode
Bridgebuilder — Autonomous PR Review
Triage a bug report through structured phases and create micro-sprint
L2 cost-budget enforcer — daily token cap with fail-closed semantics under uncertainty (billing-API primary, internal counter fallback, periodic reconciliation cron)
L5 cross-repo status reader — reads structured cross-repo state via gh API with TTL cache + stale fallback, BLOCKER extraction from NOTES.md, per-source error capture, p95 <30s for 10 repos
| name | source-command-permission-audit |
| description | View and analyze HITL permission requests to optimize settings.json |
Use this skill when the user asks to run the migrated source command permission-audit.
You are analyzing permission requests that required human-in-the-loop (HITL) approval.
Run the permission audit script with the requested action and present the results clearly.
Based on the user's request, run ONE of these commands:
# View recent permission requests
.claude/scripts/permission-audit.sh view
# Analyze patterns
.claude/scripts/permission-audit.sh analyze
# Get suggestions for settings.json
.claude/scripts/permission-audit.sh suggest
After running the script, provide:
suggest, format the recommended additions as JSON that can be copy-pasted into settings.jsonIf suggesting permissions:
## Permission Audit Results
Based on 47 logged permission requests, here are suggested additions:
### High-Value Additions (requested 5+ times)
- `Bash(flyctl:*)` - 12 requests
- `Bash(pm2:*)` - 8 requests
### To add these, update `.claude/settings.json`:
```json
"permissions": {
"allow": [
// ... existing permissions ...
"Bash(flyctl:*)",
"Bash(pm2:*)"
]
}
After adding, these commands will auto-approve in future sessions.