What problem does it solve? When the local model's reasoning is insufficient for a complex task, this Skill lets you escalate the question to ChatGPT web (GPT-5.5 with Extended Thinking) through the Oracle CLI, attaching full project files as context and returning the raw, unedited answer. ## Core Features & Use Cases - File-attachment-based context: Attaches full relevant files with --file flags instead of pasting content into the prompt, with automatic exclusion of secrets, credentials, and build artifacts. - Raw response archiving: Saves every Oracle/GPT response verbatim to /opt/gpt-response with a timestamped filename, never summarizing or rewriting the answer. - Security guardrails: Enforces exclusion patterns for .env, keys, tokens, databases, and node_modules, plus redaction placeholders for sensitive data. - Use Case: You face a hard architectural decision in your repo. The Skill gathers the relevant source files and diff, sends them to ChatGPT web via Oracle, and returns the raw expert answer saved to disk. ## Quick Start Ask the assistant to send a specific question along with the relevant project files to ChatGPT web via Oracle and return the raw response.