Download for macOS
Skill

codex-pr-body

@openai Updated 2026-08-02

Update the title and body of one or more pull requests.

Install

git clone https://github.com/openai/codex /tmp/codex && ln -s /tmp/codex/.codex/skills/codex-pr-body ~/.claude/skills/codex-pr-body

From README

Determining the PR(s) When this skill is invoked, the PR(s) to update may be specified explicitly, but in the common case, the PR(s) to update will be inferred from the branch / commit that the user is currently working on. For ordinary Git (i.e., not Sapling as discussed below), you may have to use a combination of git branch and gh pr view --repo openai/codex --json number --jq '.number' to determine the PR associated with the current branch / commit. PR Body Contents When invoked, use gh to edit the pull request body and title to reflect the contents of the specified PR. Make sure to check the existing pull request body to see if there is key information that should be preserved. For example, NEVER remove an image in the existing pull request body, as the author may have no way to recover it if you remove it. It is critically important to explain why the change is being made.