What is the problem?
给 AI 工具新手看的 Codex 自动化开发流程安全指南:需求确认、工作区检查、变更边界、测试验证、人工复核和交付记录都不能省。
Quick solution
Treat this as a Codex tutorial issue. First confirm the environment, inputs, permissions, logs, and delivery boundary. Then use the linked deep guide for the full checklist before changing production code or promising a result.
Read the deep guideDetailed steps
- 保存客户原始需求,确认目标、范围、验收标准和截止时间。
- 看 `git status`,确认当前工作区是否干净,是否有你不理解的改动。
- 限定修改范围,只让 Codex 处理和任务相关的文件。
- 修改前先读相关文件和命令脚本,不要盲目执行。
- 修改后看 diff,确认每一处变化都能解释。
- 跑项目已有检查,例如 lint、build、单测、内容检查或页面 smoke test。
Commands or code
任务目标:
修改文件:
验证命令:
验证结果:
未覆盖范围:
风险提示:
客户待确认:
下一步建议:Risk notes
Confirm the real project environment, account permissions, platform rules, and output quality before delivery. Do not ship AI-generated changes without human review, and do not claim indexing, income, deployment success, or ranking improvements without measured evidence.