What problem does it solve? Complex bugs, architectural decisions, and security reviews often exceed what a single-pass analysis can catch. This Skill routes difficult problems to GPT-5 via available CLI tools (cursor-agent, codex, or opencode) for deep second opinions, and falls back to structured in-house analysis frameworks when those tools are unavailable. ## Core Features & Use Cases - GPT-5 CLI Delegation: Automatically detects cursor-agent, codex, or opencode and forwards the user's complete request to GPT-5 with no modification. - Advanced Debugging Playbooks: Built-in methodologies for race conditions, memory leaks, performance bottlenecks, and concurrency issues. - Security & Architecture Audits: Checklists for authentication review, input validation, cryptographic usage, coupling/cohesion analysis, and scalability assessment. - Use Case: You hit an intermittent race condition in async TypeScript code. Invoke the Oracle to get a systematic root-cause analysis with a severity-rated report, mitigation strategies, and validation steps. ## Quick Start Ask the Oracle to review the recent commit for correctness and security issues, or to analyze a complex bug you cannot reproduce consistently.