| name | codex-control-pack |
| description | Maintain and audit SCR Codex control files, including prompts, auto-injections, hooks, rules, skills, and phase runner receipts. |
Use this skill when changing .codex/, .agents/skills/, phase prompts, hooks, rules, or runner scripts.
Checklist:
- Keep
MASTER_AUTOMATED_COMPLETION.md as the single entrypoint.
- Keep
.codex/prompt_manifest.json as phase-order source of truth.
- Keep injections automatic under
.codex/auto_gates/.
- Run
python scripts/assert_codex_active_pack.py.
- Run
python .codex/tools/auto_phase_runner.py --dry-run --print-prompts --receipt .codex/runs/P0-completion/auto_phase_dry_run.json.
- Do not reintroduce manual operator-paste gates.