pre-publish-review
Originally fromcode-yeongyu/oh-my-openagent
Installation
SKILL.md
Pre-Publish Review — 16-Agent Release Gate
Three-agent-layer review before publishing to npm. Every layer covers a different angle, and every result is mapped onto the release layers below.
| Layer | Agents | Type | What They Check |
|---|---|---|---|
| Per-Change Deep Dive | up to 10 | ultrabrain | Each logical change group individually — correctness, edge cases, pattern adherence |
| Holistic Review | 5 | review-work | Goal compliance, QA execution, code quality, security, context mining across full changeset |
| Release Synthesis | 1 | oracle | Overall release readiness, version bump, breaking changes, deployment risk |
Release Layer Taxonomy
Every phase classifies evidence and risk across:
| Release Layer | Scope | Required version decision |
|---|---|---|
omo pure components |
Core packages, MCP packages, shared skills, reusable scripts, platform binary inputs | Patch/minor/major impact for shared logic consumed by adapters. |
omo opencode |
Root oh-my-opencode / oh-my-openagent, src/, OpenCode plugin hooks/tools/CLI/config/docs, .opencode/, .agents/ |
Semver bump for the OpenCode/OpenAgent npm release. |
omo codex |
packages/omo-codex, lazycodex-ai, Codex plugin metadata/hooks, bundled MCP runtimes, code-yeongyu/lazycodex marketplace payload |
Codex adapter bump, LazyCodex npm publish risk, and marketplace/GitHub release need. |