pre-publish-review
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'.
适合你,如果在npm发布前需要多维度自动化代码审查
npx oh-my-skill add code-yeongyu/oh-my-openagent/pre-publish-reviewcurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- code-yeongyu/oh-my-openagent/pre-publish-reviewnpx oh-my-skill verify code-yeongyu/oh-my-openagent/pre-publish-review怎么用
商店整理自技能原文 · 版本 ace1339 · 表述以原文为准当用户要求预发布审核时,Claude会运行一系列自动化流程:先检测自上次npm发布以来的所有变更,然后启动最多16个智能代理(包括逐变更深度分析、整体审查和发布综合)来分析代码质量、安全性和版本影响,最后给出发布就绪评估和版本号建议。
只有当用户明确要求预发布审核时触发,例如说出“pre-publish review”、“review before publish”、“ready to publish?”等关键词或询问“可以发布吗?”时。普通的发布或发布请求不会触发。