gpt6-pro-consult

gpt6-pro-consult is a skill for Codex from EthanYoQ/Skill-hub. It costs 29 tokens per session (3,394 once invoked), scanned A, original, MIT.

A skill that uses GPT-6 Pro in ChatGPT as an outside reviewer or coordinator for a coding task. The coding agent gathers local evidence and decides whether to use the advice.

In plain words
What is it for?
It is for resolving significant software design or architecture trade-offs, or for an explicitly requested GPT-6 Pro review through the built-in browser.
Why use it?
It sets strict conditions for when outside review is appropriate and limits the information and browser session shared with it.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex; $skill-name invocation.

Good fit It is for resolving significant software design or architecture trade-offs, or for an explicitly requested GPT-6 Pro review through the built-in browser.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ethanyoq/skill-hub/gpt6-pro-consult
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add EthanYoQ/Skill-hub --skill gpt6-pro-consult
Clone the repo
git clone --depth 1 https://github.com/EthanYoQ/Skill-hub

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gpt6-pro-consult

README.md
[![agentmods](https://agentmods.dev/badge/skills/ethanyoq/skill-hub/gpt6-pro-consult/github.svg)](https://agentmods.dev/skills/ethanyoq/skill-hub/gpt6-pro-consult)
Your own site
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/gpt6-pro-consult"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/gpt6-pro-consult/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gpt6-pro-consult

Your own site · 80×15
<a href="https://agentmods.dev/skills/ethanyoq/skill-hub/gpt6-pro-consult"><img src="https://agentmods.dev/badge/skills/ethanyoq/skill-hub/gpt6-pro-consult.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,394 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.03394
Opus 5 $0.00015 $0.01697
Sonnet 5 $0.00006 $0.00679
Haiku 4.5 $0.00003 $0.00339

Measured 4d ago against content hash f2dfeaa04d43, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

gpt6-pro-consult scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (evals/fixtures/attachment-review/tests/test_contract.py, evals/fixtures/orchestrator-fixture/src/pricing.py, evals/fixtures/orchestrator-fixture/tests/test_pricing.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/01-agent-engineering/gpt6-pro-consult/SKILL.md · 181 lines

How it starts

The opening of the file, as written. The whole thing — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GPT-6 Pro Consult

把 ChatGPT Web 的 GPT-6 Pro 作为 Codex 的外部审查者或 Orchestrator。GPT-6 Pro 是 Chat 中由 GPT-6 Astra 驱动的 Pro 模型;Codex 负责读取本地证据、实施、运行验证并决定是否采纳。

触发边界

在以下任一情况执行本 Skill:

  • 用户显式点名 $gpt6-pro-consult,或明确要求使用 GPT-6 Pro / GPT-6 Astra Pro
  • 请求需要在可行的软件设计或架构方案之间作出会显著影响边界、可靠性、安全性、演进成本或交付风险的取舍,且实质性权衡仍未解决。

自动触发时只发送最小、非敏感的文本 brief。普通实现、已确定方案的落地、小型孤立修复、泛泛规划、一般本地审查,以及自动附件或私有上下文共享,不触发本 Skill。单独出现泛称 Pro、“高推理模型”或“最强模型”也不触发,除非当前请求已无歧义地指向 GPT-6 Pro。

执行位置与原生 Browser 路由

默认且唯一的执行面是 Codex 内置侧边 Browser(in-app Browser)。先读取当前 iab binding 返回的完整 documentation,再读取 侧边 Browser 工作流

  • 实际 Browser 操作必须由触发本 Skill 的当前主 Codex task 执行。隔离子代理可整理材料或复审结果,但不得代替主 task 打开 ChatGPT、选模型、上传、发送或抽取回复;子代理报告 iab 不可用不能证明主 task 的侧边 Browser 不可用。
  • 选择独立的 iab 绑定。每个新 Codex task 都新建专用 ChatGPT tab,并从 https://chatgpt.com/ 开始;不得复用其他 task 留下的对话、Project、composer 草稿、附件或上传状态。只有同一 task 持有匹配 task_run_id 的 evidence ledger 时,才可继续原 tab。新 tab 的首次空白快照不够:打开或确认模型菜单后、写入本次内容前,必须再次读取 composer 和附件区,执行延迟净空门(late clean gate)。
  • 不调用 Chrome 扩展、Chrome CLI、OpenCLI、Playwright CLI 或外部浏览器自动化进程。
  • 不检查 cookies、local storage、密码、浏览器配置或 session 文件。
  • 如果无法取得 iab 绑定、其 documentation、当前 task 自建 tab 的释放方法,未登录 ChatGPT,或账号没有 Pro,停止并准确说明缺少什么;不要静默换模型或换浏览器。

用户发起 Pro 咨询即授权把本次确认需要的上下文和附件发送到 ChatGPT Web;通过所有发送前门槛后直接以一次 Enter 提交,不得再询问“是否发送”。只有用户明确要求预览、仅起草或暂停时才不提交。这不授权发送无关文件、凭据或额外消息。

两种咨询模式

Reviewer(默认)

用于方案 Review、Plan 审查和一次性建议:

  1. Codex 先写出自己的判断、证据和未知项。
  2. 把最小但充分的上下文交给 Pro,请它优先指出最大漏洞、反例和必要修改。
  3. Codex 核对 Pro 的意见,只采纳有证据支撑且符合用户目标的部分。
  4. 把 Pro 观点和本地采纳决定合并成最终回答。

Orchestrator loop(仅在复杂任务或用户明确要求时)

按同一 ChatGPT 对话循环:

  1. Pro 规划:审查当前事实与目标,给出可执行计划和验收标准。
  2. Codex 执行:在本地实现、运行测试并记录实际结果,不把 Pro 的建议当成已验证事实。
  3. Pro 复审:把 diff、测试结果、剩余风险和失败证据送回同一对话,请 Pro 判定是否仍有关键缺口。
  4. Codex 收敛:修订并复验;达到用户要求、没有新的实质问题或继续循环收益很低时停止。

默认最多进行 3 个“执行—复审”回合。若任务会产生外部写入、发布、付款、删除或其他需要新授权的动作,仍按 Codex 的权限边界停下请求用户决定;Pro 不能扩大权限。

硬门槛

模型真实性

发送前在同一可见模型菜单中确认下列任一信号:精确 GPT-6 Pro 已选,或当前中文 Chat 的组合信号为 composer 控件显示精确 6 Pro 且“选择模型”子菜单显示 最新/Latest 已选。后者是 GPT-6 Pro 的本地化可观察信号,两个部分缺一不可。GPT-6 Astra 是底层名称;5.6 Pro、单独的 Pro最新/Latest、基础 Sol 或 Extra High 均不能证明模型身份。无法确认时停止。

Read the full file on GitHub · 181 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 181 lines · 29 tokens per session scan A f2dfeaa04d43

Subscribe to this mod's changes

gpt6-pro-consult is a skill published in the GitHub repository EthanYoQ/Skill-hub (9 stars, last pushed 5d ago), licensed MIT. It adds 29 tokens to every session and 3,394 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.