Agent Skills
› cobusgreyling/loop-engineering
› changelog-scan
changelog-scan
GitHub用于扫描自指定版本以来的合并PR和提交,提取标题、标签及信号,生成分类的结构化发布说明草稿。涵盖功能、修复等类别,仅输出草稿,需人工审批后发布。
Trigger Scenarios
需要生成或更新发布说明时
代码库有新合并请求或提交待整理时
Install
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.
Version History
- e55bb6d Current 2026-07-05 11:05


