Don't run production
on vibes.
34 optional skills for Claude Code and Codex: investigate code, write useful tests, and independently review changes. Start with one task in a project you already work on. Your coding agent runs the work; your repository keeps its tests, tracker, and Git workflow.
// start with the work in front of you
Skills are independent choices. Research, Test, and Refactor use your coding agent and repository tools; ao is optional for these tasks.
| task | skill | what you get |
|---|---|---|
| Understand a behavior | Research | A trace through code and tests, with file references and gaps. |
| Cover a missing edge case | Test | A regression test plus the commands and results. |
| Simplify working code | Refactor | A focused change checked against existing behavior. |
// the 12 factors
all 12 →Four tiers a unit of work passes through: Brief the Agent, Lay the Rails, Gate the Work, Govern the Loop. Govern feeds back into the next brief.
// the three gaps they address
Three failure modes. Each one has a named operating surface.
// the boundary
INDEPENDENT REVIEW · Accepted intent → native implementation and checks → fresh independent judgment → finish. AgentOps helps a fresh reviewer check the exact change against your request. Persist a verdict when requested; your repository owns Git, merge, release, and rollback.