# codex-pr-body

> Claude/Codex skill by [@openai](https://omgskills.com/library/openai/index.md) · 103k stars · Updated 2026-08-02

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

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/openai/codex/codex-pr-body/
- GitHub: https://github.com/openai/codex
- Author: [@openai](https://omgskills.com/library/openai/index.md)

## More from this repo

- [code-breaking-changes](https://omgskills.com/skills/openai/codex/dot-codex/skills/code-review-breaking-changes/index.md) — Breaking changes
   - [@openai](https://omgskills.com/library/openai/index.md) · 123k stars
- [path-types](https://omgskills.com/skills/openai/codex/dot-codex/skills/path-types/index.md) — Choose Rust types for operating system paths across the Codex repository.
   - [@openai](https://omgskills.com/library/openai/index.md) · 114k stars
- [update-v8-version](https://omgskills.com/skills/openai/codex/dot-codex/skills/update-v8-version/index.md) — Used to update Codex's pinned \`v8\` / \`rusty\_v8\` versions, validate the release-candidate path, and investigate failed...
   - [@openai](https://omgskills.com/library/openai/index.md) · 106k stars
