This repository extracts the code-review skill from a larger Codex/OMX workspace and keeps the connections that matter when the skill is moved out on its own.
The main artifact is skills/code-review. Two linked skills are bundled alongside it because the review lanes call for them during instruction-surface and rollout-integrity audits:
./install.shThe installer:
- copies all bundled skills into
$CODEX_HOME/skills(defaults to~/.codex/skills) - creates compatibility symlinks in
~/.agents/skills - installs or upgrades
code-review-graphwithpython3 -m pip install --user --upgrade code-review-graph
skills/
code-review/
SKILL.md
agents/openai.yaml
references/
instruction-surface-audit/
SKILL.md
runtime-rollout-matrix/
SKILL.md
docs/
CONNECTIONS.md
- Review lane routing, procedures, and reviewer handoff template
- Security and Rust reference material used by the core review lanes
- Agent metadata from
agents/openai.yaml - Cross-skill links used by instruction and rollout reviews
- The host agent must provide normal review tooling such as
git, diff access, diagnostics, and test commands. - The
graphlane expects thecode-review-graphCLI;./install.shinstalls it automatically. - Keyword routing or automatic skill activation is not bundled here; wire that in your host
AGENTS.mdor equivalent router.
- Point your skill loader or router at
skills/code-review/SKILL.md. - Keep the sibling skills in place if you want instruction-review and rollout-review flows to stay fully connected.
- If your host supports skill metadata, keep
skills/code-review/agents/openai.yamlnext to the main skill.
See docs/CONNECTIONS.md for the exported dependency graph.