# code-review-context

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

Model visible context

## Install

```sh
git clone https://github.com/openai/codex /tmp/codex && ln -s /tmp/codex/.codex/skills/code-review-context ~/.claude/skills/code-review-context
```

## From README

Codex maintains a context (history of messages) that is sent to the model in inference requests. No history rewrite - the context must be built up incrementally. Avoid frequent changes to context that cause cache misses. No unbounded items - everything injected in the model context must have a bounded size and a hard cap. No items larger than 10K tokens. Highlight new individual items that can cross \>1k tokens as P0. These need an additional manual review. All injected fragments must be defined as structs in core/context and implement ContextualUserFragment trait

## Links

- HTML page: https://omgskills.com/skills/openai/codex/code-review-context/
- 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
