pre-publish-review
为 npm 发布提供多维深度审查与汇总,适合大规模仓库。
可能执行发布或修改操作,使用前确认权限与环境。
16 代理驱动的全面发布前审查与合规汇总。
在发布前做一次核弹级别的审查:检测自上次 npm 发布后的所有改动,跑最多 16 个代理分层审查(每个改动深度分析、整体复审,再由一个 oracle 汇总),给出发布建议。只有在你明确请求“pre-publish review”之类的场景才会触发,普通发布不会启动。特点是多层、多代理交叉验证,覆盖面深,适合对发布安全性要求极高的情况。
▸ 展开 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/.opencode/skills/pre-publish-review/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.opencode/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