What is the problem?
一份给新手使用的 bug 修复交付前检查清单,帮助确认原问题、修改范围、测试证据、未覆盖事项和客户验收边界。
Quick solution
Treat this as a AI tools checklist 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 diff,避免把无关改动一起交付。
- 是否跑过必要测试?可以是本地手测、构建、lint、单元测试或页面验证。
- 是否保留测试证据?终端输出、截图、链接、测试输入和输出都可以作为证据。
Commands or code
本次 bug 已完成修复,并按以下方式验证:
- 原问题:
- 修改内容:
- 测试结果:
- 本次未包含:
- 建议你按以下步骤验收:
如果验收时仍能复现,请把触发步骤、截图和时间发给我,我会基于本次范围继续确认。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.