MITupdated 2mo ago
Host: Codex CLI — This skill was designed for Claude Code and adapted for Codex. Cross-reference commands use installed skill names in Codex rather than /octo: slash commands. Use the active Codex shell and subagent tools. Do not claim a provider, model, or host subagent is available until the current session exposes it. For host tool equivalents, see skills/blocks/codex-host-adapter.md.
Skill Native Escalation Routing で何ができる?
name: skill-native-escalation-routing description: "Route ordinary init, review, and security requests to Claude-native capabilities first; escalate to Octopus only when multi-LLM diversity adds value"
Host: Codex CLI — This skill was designed for Claude Code and adapted for Codex. Cross-reference commands use installed skill names in Codex rather than
/octo:*slash commands. Use the active Codex shell and subagent tools. Do not claim a provider, model, or host subagent is available until the current session exposes it. For host tool equivalents, seeskills/blocks/codex-host-adapter.md.
Native-First Escalation Routing
Use this skill when the user asks for repository initialization, code review, or security review and it is not yet clear whether Claude-native behavior is sufficient or whether Octopus escalation is warranted.
Core Policy
Claude-native first:
/init/review/security-review
Octopus for escalation:
/octo:review/octo:security/octo:debate/octo:multi
Route to Claude-Native First
Prefer Claude-native behavior when all of the following are true:
- the request maps directly to init, review, or security review
- the user did not ask for multiple model opinions
- the user did not ask for Codex, Gemini, or another provider explicitly
- the task does not require adversarial debate, consensus scoring, or external-provider specialization
Examples:
- "initialize this repo"
- "review my staged changes"
- "security review this auth module"
Escalate to Octopus
Escalate when the user asks for or clearly benefits from:
- multiple model opinions
- adversarial review
- debate between providers
- provider-specific analysis
- autonomous codegen verification
- elevated rigor for complex or high-risk work
Examples:
- "get multiple model opinions on this PR"
- "have Codex, Gemini, and Antigravity review this architecture"
- "do an adversarial security review"
- "verify this AI-generated implementation before merge"
Execution Guidance
- If Claude-native is sufficient, do not wrap the task in Octopus unnecessarily.
- If the user explicitly invokes
/octo:reviewor/octo:security, treat that as an escalation request. - If the request is ambiguous, prefer Claude-native first and mention Octopus as the escalation path.
Suggested User Framing
Use wording like:
Claude-native first, Octopus for escalation. Use Claude-native
/reviewor/security-reviewfor ordinary requests. Use Octopus when you want multiple model opinions, adversarial review, or stricter multi-LLM workflows.
インストール
Skill Native Escalation Routing をクライアントに追加します。お使いのものを選んでください。
npx skills add burgebj/claudeoctopusInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add burgebj/claudeoctopusAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/burgebj/claudeoctopus
cp -r skills/skill-native-escalation-routing ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
スコア
63 / 100
良好