Skip to content

TheRobertRay/codex-operator-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Operator Kit

validate release

Reusable prompt contracts, review gates, and maintenance workflows for running coding agents on real repositories without losing source-of-truth discipline.

If you maintain software with coding agents in the loop, this kit gives you copyable operating patterns for the work that usually breaks trust: ambiguous task intake, issue and PR triage, delegated implementation, release readiness, and public/private context screening.

This repository is intentionally small. It packages worked-through operator patterns into files that other maintainers can copy into their own repos:

  • AGENTS.md prompt intake contract for ambiguous or dictated tasks
  • conversation capture receipts for rough chat, voice notes, and inbox dumps
  • maintainer triage skill for evidence-first issue and PR review
  • milestone review skill for substantial implementation work
  • application packet template for programs that evaluate OSS maintainer signal
  • validation and publication-risk scripts that check for broken placeholders, missing sections, and private-context leaks
  • public examples for issue triage, PR review, and release-readiness gates

What You Can Use Today

Maintainer problem Use this Outcome
Rough user input turns into the wrong task templates/AGENTS.md and conversation-capture-receipts A clear receipt before writes happen
Agent work passes local checks but misses the real risk milestone-review and completion critic gates A second pass against false-positive completion
Private workflow knowledge needs to become public OSS material docs/publication-risk.md and scripts/check-publication-risk.sh Sanitized examples without private paths, hostnames, or secrets
A maintainer wants to try the kit quickly scripts/install-skills.sh and docs/quick-demo.md A dry-run and temp install path before touching an existing setup

Current Status

Codex Operator Kit was published on 2026-06-01 as a public OSS workspace for Codex operator workflows. It is intentionally compact: copyable contracts, skills, examples, and validation checks that can be reused by maintainers.

Who This Is For

This kit is for maintainers who use coding agents to:

  • triage issues and pull requests without skipping evidence
  • delegate bounded subtasks to subagents
  • run adversarial completion checks before claiming work is done
  • keep user-facing summaries separate from machine artifacts
  • avoid false-pass paths during deployment, cleanup, and trust-sensitive changes

Quick Start

Copy the contract into a repository:

cp templates/AGENTS.md AGENTS.md

Try the maintainer demo in docs/quick-demo.md first if you want a temporary install path.

Copy one or more skills into your local Codex skills directory when you are ready to use them in your setup:

bash scripts/install-skills.sh --dry-run
bash scripts/install-skills.sh

Validate this repository:

bash scripts/validate.sh

Run the publication-risk scanner directly:

bash scripts/check-publication-risk.sh

Repository Map

  • templates/AGENTS.md - compact global intake and completion-review contract
  • skills/conversation-capture-receipts/SKILL.md - no-write receipt workflow for messy human input
  • skills/oss-maintainer-triage/SKILL.md - issue, PR, and bounty-style evidence triage
  • skills/milestone-review/SKILL.md - milestone and adversarial completion review workflow
  • docs/maintenance-model.md - the operating model behind the kit
  • docs/install-and-use.md - installer and adoption guide
  • docs/quick-demo.md - short maintainer demo path
  • docs/workflows.md - copyable maintainer workflows
  • docs/publication-risk.md - how to screen workflow packs before publishing
  • examples/ - sanitized example packets and receipts
  • docs/codex-for-oss-application.md - application packet and field-ready answers
  • scripts/validate.sh - local validation checks
  • scripts/install-skills.sh - install all or selected skills into a Codex skills directory
  • scripts/check-publication-risk.sh - conservative private-context leak scanner

Maintenance Posture

The project is maintained as a practical operator kit rather than a framework. New additions should be small, copyable, and tied to a maintenance workflow that has been used in real work.

License

MIT. See LICENSE.

About

Reusable Codex maintainer workflows: triage, review gates, completion checks, and release-readiness playbooks.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages