pre-publish-review

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

为 npm 发布提供多维深度审查与汇总,适合大规模仓库。

▸ 风险提示

可能执行发布或修改操作,使用前确认权限与环境。

这个 Skill 做什么

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

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