بنقرة واحدة
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.