pre-publish-review
适合大型仓库与关键版本的严格发布把关
会读取代码并调用外部服务,通常需要仓库或发布权限
16 代理并行的发布前深度审查门控,覆盖逐变更与整体验证
在正式发布前做一次极严谨的多层审查,会并行启动多达 16 个 agent,对每个变更做深度分析并做整体验证,最后合成发布建议。只在你主动请求“pre-publish review”时运行,适合在向 npm 发布前把风险降到最低。特点是分层、并行且覆盖细粒度变更与整体合规,不会被普通 publish 操作触发。
▸ 展开 SKILL.md 英文原文
Nuclear-grade 16-agent pre-publish release gate. Runs /get-unpublished-changes to detect all changes since last npm release, spawns up to 10 ultrabrain agents for deep per-change analysis, invokes /review-work (5 agents) for holistic review, and 1 oracle for overall release synthesis. Runs ONLY when the user explicitly asks for a pre-publish review — a plain publish/release request MUST NOT trigger this; /publish ships directly. Triggers: 'pre-publish review', 'review before publish', 'release review', 'pre-release review', 'ready to publish?', 'can I publish?', 'pre-publish', 'safe to publish', 'publishing review', 'pre-publish check'.
帮我安装这个 skill:https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/pre-publish-review/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/pre-publish-review/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