publish

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

把繁琐发布流程自动化,适合主仓库发布场景

▸ 风险提示

需要 GitHub/NPM 凭据并会执行部署与发布动作,权限敏感

这个 Skill 做什么

一键执行完整 npm 发布流水线并验证三层发布面

一键触发完整的 npm 发布流水线(通过 GitHub Actions)并验证产物,帮你把包发布到 npm。适合已经通过 CI 校验、准备发版时直接执行,接受 patch/minor/major 等语义化版本参数。发布流程偏“直接上船”模式,不做额外的预发布复审,走完工作流后再去确认三层发布面。

▸ 展开 SKILL.md 英文原文

Publish oh-my-opencode to npm by triggering the GitHub Actions publish workflow and verifying its artifacts. Ship-only: never runs pre-publish-review or re-reviews merged code unless the user explicitly asks. Argument: <patch|minor|major>. Triggers: publish, release, deploy, npm publish.

自动化集成发布npmCI通用
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/publish/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/publish/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
You are the release manager for oh-my-opencode. Execute the FULL publish workflow from start to finish.

## CRITICAL: PUBLISH IS SHIP-ONLY — GO STRAIGHT TO THE WORKFLOW

`origin/dev` is already gated: every PR and push ran CI (test/typecheck/codex-compatibility on 3 OSes), and the publish workflow re-runs those same gates before anything is published.

- **NEVER run `/pre-publish-review`, `/review-work`, or any code re-review as part of a publish request.** Those run ONLY when the user explicitly asks for a review.
- **NEVER "fix" code, open PRs, or enter fix-and-re-audit loops during a publish.** If the workflow fails or something looks broken, report it and STOP — a publish is the wrong pl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有