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


