skill-native-escalation-routing
- Repo stars 3,406
- Author repo claude-octopus
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 and Gemini 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.
- Fluxly category
- Security
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @nyldn · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Claude-native first: /init /review
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
Escalate when the user asks for or clearly benefits from: multiple model opinions adversarial review
If Claude-native is sufficient, do not wrap the task in Octopus unnecessarily. If the user explicitly invokes /octo:review or /octo:security, treat that as an escalation request. If the request is ambiguous, prefer Claude-native first and mention Octopus as…
Use wording like: Claude-native first, Octopus for escalation. Use Claude-native /review or /security-review for ordinary requests. Use Octopus when you want multiple model opinions, adversarial review, or stricter multi-LLM workflows.
> **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`.
# 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 and Gemini review this architecture"
- "do an adversarial security review"
- "verify this AI-generated implementation before merge"
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Core Policy → Route to Claude-Native First → Escalate to Octopus → Execution Guidance → Suggested User Framing
terms -> Host: Codex CLI · > Host: Codex CLI — This skill was designed for Claude Code and adapted for Codex. · - If Claude-native is sufficient, do not wrap the task in Octopus unnecessarily. · > Claude-native first, Octopus for escalation.
files/cmd -> /octo: · skills/blocks/codex-host-adapter.md · /init · /review · /security-review · /octo:review · /octo:security · /octo:debate
body sha256 -> eda8cbb45945
Decide Fit First
Design Intent
How To Use It
Boundaries And Review