Concept
Automated check 是能在环境里自动运行并给出通过或失败结果的验证,比如测试、类型检查、lint 或 build。它不负责审美和判断,但能让 agent 根据明确失败信号自我修复。
English handle
An automated check is a deterministic pass-or-fail verification such as tests, lint, or build.
Try saying it
请用英文要求 agent 修改后运行测试、类型检查和 lint。
Compare
After making the change, run the tests, typecheck, and lint.
- 是否列出具体 automated checks?
- 是否放在修改之后?
- 是否要求运行而不是只说明应该运行?