用Codex做真实QA
Replace PR review with Codex QA
要点
- 提交前用 husky 跑 lint、格式化和完整 Playwright,把低级问题挡在 PR 外。
- 用 Codex Computer Use 做真人式点选 QA,补自动化测不到的交互。
- CI 要覆盖类型检查、应用构建,以及带 migration 的 Postgres 构建。
- 技能加 evals,再加 Greptile、Sentry 告警,减少人工读 diff。
- 实现结束用 hooks 自动唤起 final-review skill,把收尾审查写成固定步骤。
原帖开头
Highly agree - haven't reviewed a pr in months Guardrails I use: - pre commit hooks using husky: check for lint, prettier, formatting etc - full suite e2e (playwright) test pre-commit hooks - Codex is great at computer use so helps a lot with actual QA testing, like actual man …





