场景定位
运行可重复工作流,并对结果进行验证。 本页把官方 use case 的章节、工具、起步提示词和检查点整理成中文执行流程,便于直接对照落地。
- 难度
- 入门
- 时间跨度
- 约 30-60 分钟
适合用于
- 需要把「运行可重复工作流,并对结果进行验证。」做成可复用流程的团队
- 希望 ChatGPT 或 Codex 保留来源、检查点和可审阅输出的使用者
- 需要把「运行可验证操作」从一次性对话变成可复查工作流的场景
Starter Prompt
起步提示词
I need to run this workflow:
Goal: [what should happen]
Inputs: [CSV, Google Sheet, list, ticket, or file path]
Approval or policy source: [Slack thread, doc, ticket, or none]
Runner: [script, API, CLI, skill, or manual app workflow]
Verification artifact: [result CSV, log, dashboard, screenshot, or other proof]
Please:
- inspect the inputs and ask only for missing required fields
- normalize dates, amounts, owners, and IDs before running the workflow
- run a dry run first when the workflow supports it
- run only the approved scope
- record one success or failure row per item
- retry transient failures once without restarting successful rows
- summarize totals, failures, retries, and verification artifacts
Pause before irreversible actions or scope changes. 在 ChatGPT 中尝试 运行 operations 你可以 audit
执行阶段要让 ChatGPT 或 Codex 留下可复现证据:运行命令、检查输出、记录失败点,并在必要时把流程收窄到最小可验证步骤。
操作要点:运行最小可信验证并保存证据,并关注 ChatGPT 等相关来源或工具,让后续审查能看到命令、结果和失败处理方式。
操作要点:运行最小可信验证并保存证据,并关注 ChatGPT 等相关来源或工具,让后续审查能看到命令、结果和失败处理方式。
Describe the task and 输入
这一节对应官方流程中的「Describe the task and inputs」。落地时围绕「运行可验证操作」把目标、输入、执行步骤和验证证据保持在同一条工作流里。
操作要点:运行最小可信验证并保存证据,并关注 ChatGPT 等相关来源或工具,让后续审查能看到命令、结果和失败处理方式。
操作要点:运行最小可信验证并保存证据,让后续审查能看到命令、结果和失败处理方式。
Require proof to 验证 the result
这一部分用于审查「运行可验证操作」的结果:把来源、假设、输出和下一步动作逐项核对,避免只得到一个看似完成但无法验证的草稿。
操作要点:先把本节需要的来源材料、权限和上下文补齐,并关注 ChatGPT 等相关来源或工具;缺失内容要明确标记,不要让 ChatGPT 或 Codex 隐式猜测。
转换 the 运行 into a reusable 工作流
执行阶段要让 ChatGPT 或 Codex 留下可复现证据:运行命令、检查输出、记录失败点,并在必要时把流程收窄到最小可验证步骤。
操作要点:运行最小可信验证并保存证据,并关注 ChatGPT 等相关来源或工具,让后续审查能看到命令、结果和失败处理方式。
操作要点:把已确认的上下文转成「运行可验证操作」所需的可审阅草稿或交付物,并关注 ChatGPT 等相关来源或工具,并保留后续修改入口。
Prompt Library
建议提示词
先界定范围
For Run verified operations, first inspect the available sources and propose the smallest useful scope. Name the inputs, outputs, validation steps, permissions, and anything that needs approval before action. 交付前复核
Review the result for Run verified operations. Check source coverage, assumptions, unresolved questions, and the evidence that proves the output is ready to use.