What this is
Tool focus: OpenAI Codex
Hands-on training on OpenAI Codex for repo-aware agent work: bounded scope, review gates, eval suites and Microsoft 365 guardrails.

Codex is a repo-aware coding agent. Used well it ships real diffs; used poorly it creates churn.
Codex review gate · access graduates from read-only to merge.
What this is
Hands-on training on OpenAI Codex for repo-aware agent work: bounded scope, review gates, eval suites and Microsoft 365 guardrails.
Multi-file refactors, migrations, internal tools and tight feature work where the diff and tests are the deliverable.
Read-only first, then a working branch with explicit gates. Each run gets a small task and clear context.
Change-category checklists, tests before merge, and PR templates that make the diff the artefact under review.
Day 0
Read-only review
Repository, current AI use, and CI shape are mapped. We agree the first three Codex-suited tasks and the review gates for them.
Day 1
Workflow design
Workflow, prompt patterns, tool short list, scope boundaries and review checklist.
Day 2
On the real repo
Real Codex runs on agreed tasks. Diffs are reviewed, tests run, and branches merge or roll back by the gate.
Yes, with named scope and access boundaries. The training treats access as a graduated thing: read-only first, then a working branch, then merge with a review gate. The repository is never handed over wholesale.
Copilot lives inside an editor and helps with line-level work. Codex is a repo-level agent that does multi-file changes, often without a human at every keystroke. The discipline around review and scope matters more.
A written workflow, a tool short list, a review checklist tied to change categories, and a small codebase-specific eval suite. The eval suite is the highest-value durable artefact.