with one click
release
Automated release workflow for oh-my-codex
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Automated release workflow for oh-my-codex
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
AI-native code annotation protocol that encodes intent, risk, dependencies, constraints, and test expectations in machine-parseable comments.
Professional Codex-native multi-agent code review with confidence scoring
架构规划专家 - 使用 Codex 本地上下文、仓库证据和只读 child agent 进行大型系统架构设计与规划。
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Imported from everything-codex command checkpoint
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
| name | release |
| description | Automated release workflow for oh-my-codex |
| version | 0.1.0 |
| source | fork |
| checksum | 8b585b8a8c1d8f4b15988b4b960ca28c488fa185cacb89f7543e89555ba6aa5a |
| updated_at | "2026-02-11T01:29:16.000Z" |
| layer | meta |
Codex supports native subagents. Delegate with spawn_agent, coordinate with send_input, collect via wait_agent, and clean up with close_agent.
Execution preference:
[ANALYST]/[ARCHITECT]/[EXECUTOR]/[REVIEWER] structure in a single response.Minimal orchestration pattern:
spawn_agent -> send_input (optional) -> wait_agent -> close_agent
Codex invocation: use
$release ...orrelease: ...
Automate the release process for oh-my-codex.
$release <version>
Example: $release 0.2.0 or $release patch or $release minor
Execute these steps in order:
Update version in all locations:
package.jsonREADME.mdAGENTS.mddocs/CODEX.mdCHANGELOG.mdnpm run test:run
git add -A
git commit -m "chore: bump version to <version>"
git tag v<version>
git push origin main
git push origin v<version>
gh release create v<version> --title "v<version> - <title>" --notes "<release notes>"
| File | Field/Line |
|---|---|
package.json | "version": "X.Y.Z" |
README.md | Title/metadata |
AGENTS.md | Version line |
docs/CODEX.md | Version mention (if any) |
CHANGELOG.md | New entry |