Clone this into your project root to run a report-only daily triage loop (L1 readiness).
-
Copy files into your repo:
cp -r starters/minimal-loop-codex/.codex/skills/loop-triage .codex/skills/ cp starters/minimal-loop-codex/.codex/agents/verifier.toml .codex/agents/ cp starters/minimal-loop-codex/STATE.md.example STATE.md cp starters/minimal-loop-codex/LOOP.md . -
Customize
STATE.mdproject name. -
Create an Automation in the Codex app (Automations tab):
Field Value Cadence Daily (e.g. 1d)Environment Local checkout or background worktree Prompt See below Run $loop-triage. Read STATE.md first. Append high-priority and watch items. Update Last run timestamp. Week 1: report only — do not modify source files. -
Review findings in the Codex Triage inbox +
STATE.mdfor 1–2 weeks. -
When triage quality is good, add
minimal-fixfromtemplates/and enable small auto-wins with the verifier subagent in an isolated worktree.
| File | Purpose |
|---|---|
STATE.md.example |
State spine template |
.codex/skills/loop-triage/SKILL.md |
Triage skill |
.codex/agents/verifier.toml |
Checker sub-agent for L2+ |
LOOP.md |
Loop config doc for your team |
- Loop Design Checklist
- Daily Triage pattern
- Codex example
- Run
npx @cobusgreyling/loop-audit .for readiness score