Skip to content

vulkanfry/codex-code-review-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Codex Code Review Skill Pack

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

./install.sh

The installer:

  • copies all bundled skills into $CODEX_HOME/skills (defaults to ~/.codex/skills)
  • creates compatibility symlinks in ~/.agents/skills
  • installs or upgrades code-review-graph with python3 -m pip install --user --upgrade code-review-graph

Repository Layout

skills/
  code-review/
    SKILL.md
    agents/openai.yaml
    references/
  instruction-surface-audit/
    SKILL.md
  runtime-rollout-matrix/
    SKILL.md
docs/
  CONNECTIONS.md

What Is Preserved

  • 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

External Dependencies

  • The host agent must provide normal review tooling such as git, diff access, diagnostics, and test commands.
  • The graph lane expects the code-review-graph CLI; ./install.sh installs it automatically.
  • Keyword routing or automatic skill activation is not bundled here; wire that in your host AGENTS.md or equivalent router.

Porting Notes

  1. Point your skill loader or router at skills/code-review/SKILL.md.
  2. Keep the sibling skills in place if you want instruction-review and rollout-review flows to stay fully connected.
  3. If your host supports skill metadata, keep skills/code-review/agents/openai.yaml next to the main skill.

See docs/CONNECTIONS.md for the exported dependency graph.

About

Portable Codex code-review skill pack with bundled connections and installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages