get-unpublished-changes

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

能生成以代码 diff 为依据的高质量变更说明,适合发布准备与变更审查。

这个 Skill 做什么

比对本地 HEAD 与已发布 npm 版本,生成按发布层分类的未发布变更清单。

把本地 HEAD 跟已发布到 npm 的最新版本做对比,列出所有“未发布”的变更并按发布层级分类,生成类似变更日志的清单。适合准备发布、写 changelog 或想知道本地变更会影响哪个发布层时用。重点不是照抄提交信息,而是读 diff 说明实际改动和为什么重要,给出可理解的变更描述。

▸ 展开 SKILL.md 英文原文

Compare HEAD with the latest published npm versions and list all unpublished changes by release layer. Triggers: unpublished changes, changelog, what changed, whats new.

开发编程发布分析changelognpm通用
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/get-unpublished-changes/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.agents/skills/get-unpublished-changes/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
IMMEDIATELY output the analysis. NO questions. NO preamble.

## CRITICAL: DO NOT just copy commit messages!

For each commit, you MUST:
1. Read the actual diff to understand WHAT CHANGED
2. Describe the REAL change in plain language
3. Explain WHY it matters (if not obvious)

## Release Layers

Analyze every change against these exact layers:

| Layer | Includes | Version question |
|---|---|---|
| `omo pure components` | `packages/*-core`, MCP packages, `packages/shared-skills`, reusable scripts | Do shared components need a patch/minor/major release note even if adapters only consume them internally? |
| `omo opencode` | Root `oh-my-opencode` / `oh-my-openagent`, `src/`, `.opencode/`, `.ag
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有