ワンクリックで
claude-permissions
Analyze plugin-owned Claude Code job logs for permission prompts and export reviewed allowedTools arguments.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze plugin-owned Claude Code job logs for permission prompts and export reviewed allowedTools arguments.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Compatibility alias for stricter Claude review; prefer claude-review with --adversarial for new use.
Diagnose whether Claude Code is installed and authenticated for this local Codex plugin without making a billable Claude call.
Run a structured, read-only Claude Code review over the current git diff or a branch diff.
Delegate a foreground read-only or write-capable task to Claude Code from Codex using the local companion script.
Configure or explain the optional Codex Stop hook that can run a read-only Claude review when a turn ends.
Cancel a running Claude Code companion job by sending process signals through the plugin job index.
| name | claude-permissions |
| description | Analyze plugin-owned Claude Code job logs for permission prompts and export reviewed allowedTools arguments. |
Use this skill when the user wants to review repeated Claude Code permission prompts and produce explicit allowlist arguments for future Claude runs.
Use the companion script from the installed plugin root. If the current working
directory is not this plugin checkout, resolve the script relative to this skill
file, for example ../../scripts/claude-companion.mjs.
Analyze a specific job:
node scripts/claude-companion.mjs permissions analyze --job-id <job-id>
Analyze recent jobs for the current workspace:
node scripts/claude-companion.mjs permissions analyze
Show a proposal:
node scripts/claude-companion.mjs permissions show --proposal-id <proposal-id>
Export reviewed proposal entries as Claude Code --allowedTools arguments:
node scripts/claude-companion.mjs permissions export --proposal-id <proposal-id> --format allowed-tools
Rules:
~/.claude/projects as a primary source of truth."approved": true.