code-review-context Skill
Model visible context Published by openai in codex.
What is code-review-context Skill?
Model visible context Published by openai in codex. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using codex
Technical details
- Install or run with Copy skill directory
When to use code-review-context Skill
- Use it for developers using codex.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/codex
- Skill file: .codex/skills/code-review-context/SKILL.md
What it does
Model visible context
Skill instructions
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
Explore related resources
Frequently asked questions
What is code-review-context?
code-review-context is a open-source AI agent skill with Copy skill directory. Model visible context
Who is code-review-context best for?
code-review-context is best for reusing agent instructions, scripts, and references.
How do I install code-review-context?
Install or run code-review-context using Copy skill directory. Check code-review-context for the latest setup command.
Is code-review-context actively maintained?
code-review-context may need a closer maintenance check before production use.
Auto-fetched from GitHub.