Skip to content

Commit 07f7008

Browse files
committed
docs: resolve Codex threads before push in PR skill
1 parent ed06a78 commit 07f7008

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.mux/skills/pull-requests/SKILL.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,11 @@ Use these scripts to check, resolve, and wait on Codex review comments:
7474

7575
When Codex leaves review comments, you **must** address them before the PR can merge:
7676

77-
1. Push your fixes
78-
2. Resolve each review thread: `./scripts/resolve_pr_comment.sh <thread_id>`
79-
3. Comment `@codex review` to re-request review
80-
4. Run `./scripts/wait_pr_codex.sh <pr_number>` to wait for the next Codex response (either new comments to address, or an explicit approval comment)
77+
1. Address the feedback in your branch.
78+
2. Resolve each review thread before pushing: `./scripts/resolve_pr_comment.sh <thread_id>`
79+
3. Push your fixes.
80+
4. Comment `@codex review` to re-request review.
81+
5. Run `./scripts/wait_pr_codex.sh <pr_number>` to wait for the next Codex response (either new comments to address, or an explicit approval comment).
8182

8283
### Required Loop Discipline
8384

0 commit comments

Comments
 (0)