/Catalogue/Prompt/fcakyon/fcakyon-claude-codex-settings-codex-advisor

Origin: github

codex-advisor

This skill should be used when the user asks for a "GPT second opinion", wants a "cross-model review", needs to "check a plan before committing", wants another view after repeated failures, or explicitly invokes "codex-advisor".

by fcakyon · updated 1d ago · imported from GitHub

Installs0+0/7d
Security score100/100
Retention 14d0%
GitHub stars1.2K

Skill logic

Execution graph
User message
Prompt rewrites behaviour
Response

SKILL.md

View on GitHub ↗

Codex Advisor

Get a focused second opinion from GPT-6 Astra through the Codex CLI, without handing the work over to it.

Route by tool

  1. In Claude Code, delegate to the native codex-advisor agent. It receives the recent conversation automatically, so do not paste the history yourself.

  2. Elsewhere, run this exact shape from this skill's directory so the request reaches standard input:

    node scripts/ask_codex.mjs <<'REVIEW'
    the review request
    REVIEW
    

State the decision, the evidence behind it, and any constraint that changes the verdict. Name the paths that matter: the reviewer has read-only access and checks load-bearing claims itself.

Return the answer without rewriting it. If codex is missing or unauthenticated, surface the error and ask the user to install it or sign in. Never review in its place.

Reviewer

Pinned to gpt-6-astra at medium reasoning effort.

Weighing the answer

Give the verdict serious weight. If a step it recommends fails when tried, or a file contradicts a specific claim, surface the conflict instead of following the review blindly.

Discussion

No comments yet — start the thread.

Sign in to join the discussion.

/More from fcakyon/claude-codex-settings

fcakyon· 1d agoCommunity
azure-usage

Prompts · Python · v0.1.0

This skill should be used when user asks to "query Azure resources", "list storage accounts", "manage Key Vault secrets", "work with Cosmos DB", "check AKS clusters", "use Azure MCP", or interact with any Azure service.

#ai-agents#ai-tools#claude-ai

0 1.2K
fcakyon· 1d agoCommunity
adhd-output-style

Prompts · Python · v0.1.0

This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or explicitly invokes "adhd-output-style".

#ai-agents#ai-tools#claude-ai

0 1.2K
fcakyon· 1d agoCommunity
agent-browser

Prompts · Python · v0.1.0

Agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with elements (click, fill, type, select), extracting text and data, taking screenshots, managing tabs, handling forms and auth, waiting for content, running multiple browser sessions in parallel, and troubleshooting common failures. Use when the user asks to interact with a website, fill a form, click something, extract data, take a screenshot, log into a site, test a web app, or automate any browser task.

#ai-agents#ai-tools#claude-ai

0 1.2K
fcakyon· 1d agoCommunity
electron

Prompts · Python · v0.1.0

Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include "automate Slack app", "control VS Code", "interact with Discord app", "test this Electron app", "connect to desktop app", or any task requiring automation of a native Electron application.

#ai-agents#ai-tools#claude-ai

0 1.2K