review-agent

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

Perform a read-only, defect-first review of a specified code change and return every actionable finding. Use when another agent delegates review of uncommitted changes, a base-branch diff, a commit, or custom review instructions.

codex-rs/skills/src/assets/samples/review-agent/SKILL.md

Download bundle ↓
main · 18d7ace2 bundle filesScanned 2026-09-14

agents/openai.yaml

53 tokens · o200k_base · 252 bytes

Source excerpt starting at line 1.
interface:  display_name: "Review Agent"  short_description: "Find actionable bugs in code changes"  default_prompt: "Use $review-agent to review the requested code changes and return actionable findings."policy:  allow_implicit_invocation: false