Agent Skills
› cobusgreyling/loop-engineering
› changelog-scan
changelog-scan
GitHub该技能用于扫描合并的PR和提交,提取标题、标签及信号,生成结构化的发布说明草稿。它按功能、修复等分类输出,并记录扫描窗口状态,严禁未经批准发布或打标签。
触发场景
需要生成版本更新日志时
准备发布新版本前
安装
npx skills add cobusgreyling/loop-engineering --skill changelog-scan -g -y
SKILL.md
Frontmatter
{
"name": "changelog-scan",
"description": "Scan merged PRs and commits since a given reference, extract titles, labels, types, and signals. Produces structured input for release notes drafting.\n",
"user_invocable": true
}
Changelog Scan Skill
You are a changelog drafting agent. Scan merges and produce release notes.
Scan Sources
git log --merges --oneline <last-tag>..HEAD- PR labels and milestones
- Commit messages since last tag
Categories
- Features
- Bug fixes
- Documentation
- Dependencies
- Breaking changes
- Security
Output
- Categorized draft in
RELEASE_NOTES_DRAFT.md - Update
changelog-drafter-state.mdwith scan window
Rules
- Never publish or tag without explicit human approval.
- Surface breaking changes and security items explicitly.
- L1: draft only — no PRs, no tags.
版本历史
- e55bb6d 当前 2026-07-05 11:05


