oracle_skill

This skill lets you consult the oracle for a second opinion on problems by sending prompts to GPT-5.2 via Codex CLI.
  • Shell

5

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill ctdio/dotfiles --skill oracle

  • SKILL.md1.4 KB

Overview

This skill lets you consult the Oracle (GPT-5.2 via the Codex CLI) for a second opinion or alternative perspective on a problem. It forwards a clearly formatted prompt to the Codex CLI in a read-only sandbox and returns the model's response. Use it when you want an independent take without modifying files or state.

How this skill works

The skill identifies the question or extracts a prompt from the conversation, formats it for clarity, and executes codex --sandbox=read-only --model=gpt-5.2 exec "<prompt>". It captures the Oracle's output and returns that response to the user. Optionally, the skill can synthesize or compare the Oracle's perspective with other input before replying.

When to use it

  • Get an alternative solution or second opinion on a design, algorithm, or decision.
  • Ask clarifying questions about ambiguous requirements or trade-offs.
  • Validate ideas without performing file writes or system changes.
  • Request a concise rewrite, refactor suggestion, or critique of an approach.
  • Obtain a different perspective when stuck or facing competing options.

Best practices

  • Frame a single clear question or problem for the Oracle to avoid broad or vague answers.
  • Include relevant context or code snippets in the prompt when needed, but keep prompts focused.
  • Use the read-only sandbox for informational guidance only; do not expect file edits.
  • Compare the Oracle's output with other sources and apply judgment before adoption.
  • If the user omits a prompt, summarize the current context first, then consult the Oracle.

Example use cases

  • User asks: "/oracle How would you refactor this function to be more maintainable?" and receives refactoring suggestions.
  • User requests a second opinion on architecture choices and gets pros/cons from the Oracle.
  • User is uncertain about API error handling and asks the Oracle for recommended patterns.
  • Agent summarizes conversation context and asks the Oracle for alternative debugging approaches.
  • User asks for concise pros/cons to compare two implementation strategies.

FAQ

No. The Oracle runs in a read-only sandbox and provides informational responses only.

What should I include in the prompt?

Include a focused question, relevant context, and any small code snippets needed to make the issue clear.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational