pre-publish-review

仓库创建 2025年12月3日最近提交 3 小时前SkillHot 收录 20 天前
▸ 精选理由

适合大型仓库与关键版本的严格发布把关

▸ 风险提示

会读取代码并调用外部服务,通常需要仓库或发布权限

这个 Skill 做什么

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'.

自动化集成发布审核多代理npm通用
6.7w
Stars
5.4k
Forks
40
仓库内 Skill
+1.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/pre-publish-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/pre-publish-review/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有