gptpro-handoff

仓库创建 2026年7月25日最近提交 2 天前SkillHot 收录 14 小时前
▸ 精选理由

规范化把复杂代码库交给 ChatGPT/GPT Pro 等深度推理模型的流程。

▸ 风险提示

依赖 Web UI 上传/预加载代码,存在敏感数据外泄风险。

这个 Skill 做什么

在编码代理与慢速前沿模型间执行研究/审计交接流程与提示模板。

把编码代理的工作交给慢速深度模型(比如 GPT Pro)时用的完整交接流程:先准备高信号提示并把代码打包成 zip bundles,模型返回报告后再把每条发现对照 LIVE 代码核实并实现可行项。常用于深度研究、漏洞挖掘或性能分析的深入复核。重点是流程化地构建/刷新 zip 包并做严格的、可验证的回译核查。

▸ 展开 SKILL.md 英文原文

Run the research/audit handoff loop between an agentic coding harness and a slow, non-agentic frontier reasoning model (GPT Pro on the ChatGPT web UI, or equivalent) with the codebase pre-loaded as split zip bundles. Author a high-signal prompt, then later take the returned report, verify every finding against the LIVE codebase, and implement what holds up. Use whenever the operator wants to send something to a deep external model, prep a prompt or report, scope an issue for deep research, bug-hunting, or optimization analysis, OR when a report comes back and needs checking against the code before anything is implemented. This is the WORKFLOW skill — to build or refresh the zip bundles themselves, use the separate `gptpro` export skill.

开发编程模型交接审计工作流代码审查通用
12
Stars
1
Forks
8
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/avenoxai/avenoxskills/main/skills/gptpro-handoff/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/avenoxai/avenoxskills/main/skills/gptpro-handoff/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Deep-model handoff loop

A **slow, non-agentic frontier reasoning model** is a different tool from your
coding agent, and it needs a different workflow. This skill is that workflow.

Written against GPT Pro on the ChatGPT web UI, with the codebase loaded into a
Project as split zip bundles (produced by the `gptpro` export skill). It
transfers to any deep model you reach through a chat UI rather than a harness.

The defining fact: **the model is non-agentic** — no shell, no live filesystem,
bounded context. It reasons over a static snapshot.

That drives the entire discipline: **it proposes, you verify, then you
implement.** Its report is the strongest kind of input, but it is read against 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有