← ClaudeAtlas

chatgpt-consultlisted

Offload a deep, self-contained job — code review, architecture/planning, hard reasoning, research, a second opinion, an audit — to the user's ChatGPT Pro subscription in the background, keep working locally, and get woken with the full result. Use when the job is worth ~25 min of frontier reasoning AND you have other work meanwhile. Do NOT use for anything answerable locally in minutes, for routine checks, or when the answer is needed immediately. Inputs must be PUBLIC GitHub links or content safe to send externally — never secrets/`.env`/keys/private code.
fitz-s/open-claude-gpt · ★ 2 · AI & Automation · score 78
Install: claude install-skill fitz-s/open-claude-gpt
# chatgpt-consult ChatGPT advises; Claude Code executes and verifies. A consult is a ~25-minute GPT-5.6 Pro reasoning round: only send work worth that, steer it precisely, fire it, and keep working — the detached waiter wakes you with the answer. **Safety gate.** Every consult ships PUBLIC GitHub links (or content you'd comfortably send to ChatGPT outright). NEVER secrets, `.env`, tokens, private-repo content, customer data, or unreviewed logs. A private repo is sendable ONLY if the user named it in `CGC_GATE_PRIVATE_REPOS` — you never decide that or add to it. The user's daemon independently re-validates every prompt (public repos, existing refs, no secret shapes) and refuses fail-closed. ## The whole path — two commands ```bash # 1. Fire: resolves GitHub links, renders the prompt, queues the round. ALL LOCAL — no network # from your side; the user's always-running daemon validates and sends. python3 ~/.claude/skills/chatgpt-consult/scripts/consult.py fire --repo owner/repo --pr 123 \ --title "<sharp headline>" --role "You are a <persona matched to the job>." --task "<the question>" \ --request-key <stable-key-for-this-logical-request> # 2. Await DETACHED (run_in_background:true) — copy the exact line fire prints. It waits as long # as the consult takes and wakes you with the answer path. NEVER `nohup … &` instead. python3 ~/.claude/skills/chatgpt-consult/scripts/cgc_spool.py await --rid <rid> --out <out> ``` - Reviewing `main`/a branch → `--ref <sha>` (commi