Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
openai avatar

Code Review Context

  • 275 installs
  • 104k repo stars
  • Updated August 4, 2026
  • openai/codex

Model visible context.

About

Model visible context. Codex maintains a context (history of messages) that is sent to the model in inference requests. The code-review-context skill documents workflows, constraints, and examples from SKILL.md for agent-assisted execution.

  • 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.
  • 4. No items larger than 10K tokens.

Code Review Context by the numbers

  • 275 all-time installs (skills.sh)
  • +15 installs in the week ending Jul 26, 2026 (Skillselion tracking)
  • Ranked #2,387 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
At a glance

code-review-context capabilities & compatibility

Capabilities
codex maintains a context (history of messages) · no history rewrite the context must be built u · avoid frequent changes to context that cause cac · no unbounded items everything injected in the
Use cases
documentation
From the docs

What code-review-context says it does

Model visible context
SKILL.md
npx skills add https://github.com/openai/codex --skill code-review-context

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs275
repo stars104k
Security audit3 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryopenai/codex

How do I apply code-review-context using the workflow in its SKILL.md?

Model visible context

Who is it for?

Developers following the code-review-context skill for the tasks it documents.

Skip if: Tasks outside the code-review-context scope described in SKILL.md.

When should I use this skill?

User mentions code-review-context or related triggers from the skill description.

What you get

Working code-review-context setup aligned with the documented patterns and constraints.

Files

SKILL.mdMarkdownGitHub ↗

Codex maintains a context (history of messages) that is sent to the model in inference requests.

1. No history rewrite - the context must be built up incrementally. 2. Avoid frequent changes to context that cause cache misses. 3. No unbounded items - everything injected in the model context must have a bounded size and a hard cap. 4. No items larger than 10K tokens. 5. Highlight new individual items that can cross >1k tokens as P0. These need an additional manual review. 6. All injected fragments must be defined as structs in core/context and implement ContextualUserFragment trait

Related skills

FAQ

What does code-review-context do?

Model visible context

When should I use code-review-context?

Invoke when Model visible context.

Is code-review-context safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.