Commit d7941ba
authored
🤖 fix: resolve Codex threads before pushing in skill docs (#13)
## Summary
Align the Codex comment-handling instructions so agents resolve Codex
review threads before pushing fixes.
## Background
`AGENTS.md` already required resolving threads before push, but one
numbered list in `.mux/skills/pull-requests/SKILL.md` had the reverse
order. This mismatch could lead agents to push before thread resolution.
## Implementation
- Updated the **Handling Codex Comments** sequence in
`.mux/skills/pull-requests/SKILL.md` to explicitly require resolving
each thread before pushing.
- Kept the rest of the review loop and readiness criteria unchanged.
## Validation
- `make verify-vendor`
- `make test`
- `make build`
## Risks
Low risk. This is a documentation-only sequencing fix in agent guidance.
---
_Generated with [`mux`](https://github.com/coder/mux) • Model:
`openai:gpt-5.3-codex` • Thinking: `xhigh` • Cost: `$0.12`_
<!-- mux-attribution: model=openai:gpt-5.3-codex thinking=xhigh
costs=0.12 -->1 parent eeb1e2f commit d7941ba
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments