From 07f700814a57b6bc75766a488673d3069e7bbf36 Mon Sep 17 00:00:00 2001 From: Thomas Kosiewski Date: Mon, 9 Feb 2026 13:41:26 +0000 Subject: [PATCH] docs: resolve Codex threads before push in PR skill --- .mux/skills/pull-requests/SKILL.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.mux/skills/pull-requests/SKILL.md b/.mux/skills/pull-requests/SKILL.md index 3f27f33e..ee8738f5 100644 --- a/.mux/skills/pull-requests/SKILL.md +++ b/.mux/skills/pull-requests/SKILL.md @@ -74,10 +74,11 @@ Use these scripts to check, resolve, and wait on Codex review comments: When Codex leaves review comments, you **must** address them before the PR can merge: -1. Push your fixes -2. Resolve each review thread: `./scripts/resolve_pr_comment.sh ` -3. Comment `@codex review` to re-request review -4. Run `./scripts/wait_pr_codex.sh ` to wait for the next Codex response (either new comments to address, or an explicit approval comment) +1. Address the feedback in your branch. +2. Resolve each review thread before pushing: `./scripts/resolve_pr_comment.sh ` +3. Push your fixes. +4. Comment `@codex review` to re-request review. +5. Run `./scripts/wait_pr_codex.sh ` to wait for the next Codex response (either new comments to address, or an explicit approval comment). ### Required Loop Discipline