Agent skill
iterate-review-with-codex
Activate when user mentions "codex review", "code review", "fix pr code review". This skill provides guidance on how to effectively collaborate with codex to do a interate code review.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/iterate-review-with-codex
SKILL.md
Iterate Review with Codex
Khi thực hiện code review với codex làm theo các bước sau:
Guidelines
- Sử dụng zen codereview để thực hiện review current code changes, vs base branch hoặc theo yêu cầu của người dùng. Lựa chọn review model theo các priority sau (tự động select model tiếp theo nếu một model bị lỗi):
gpt-5-pro: tốt nhất để reviewgemini-3-pro: tốt cho reviewcodex: sử dụng trong trường hợp các model kia không dùng được khi thực hiện zen code review cần thực hiện một cophensive review cover logic, egde cases, test cases, test logic, tránh các trường hợp false positive test
- Review và fix comments của codex trên PR
Step 1: Khi người dùng request fix review của codex trên pr hãy sử dụng gh cli để pull comment mới nhất trong comment hiện tại. Xác nhận comment review nếu là false positive thì comment lại, nếu comment claim đúng thì thực hiện fix nó. Step 2: Sau khi thực hiện fix hãy commit lại và push lên. Đánh dấu các comment đã được resolve. Step 3: Sau đó comment lên PR mention @codex thực hiện cophensive review cung cấp toàn bộ comment trong một lần Step 4: Chờ 5 phút cho codex thực hiện review sau đó lặp lại bước 1.
Iterate (lặp 4 bước) cho đến bao giờ codex like vào PR (không còn issues mới).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?