一键导入
release-notes
Draft terse, diff-grounded release notes from the recent git history of the current workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Draft terse, diff-grounded release notes from the recent git history of the current workspace.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Edit Squeezy's TOML configuration (`~/.squeezy/settings.toml`, `squeezy.toml`, per-repo overrides) using the canonical schema.
Debug failing GitHub Actions checks for the current branch or PR.
Inspect GitHub PRs, issues, CI, and publish flows with local git and gh.
Commit local changes, push the branch, and open or update a GitHub pull request.
Address actionable GitHub pull request review feedback.
Research current web information with websearch and webfetch, then answer with sources.
| name | release-notes |
| description | Draft terse, diff-grounded release notes from the recent git history of the current workspace. |
| when_to_use | When the user asks for release notes, a changelog entry, or a summary of recent commits since the last tag. |
| triggers | ["release notes","changelog","what changed since","draft release"] |
Produce a short, neutral changelog entry from the local git history. Notes should be diff-grounded: every bullet maps back to a real commit, not a guess.
since reference (default: the most recent tag from git describe --tags --abbrev=0).until reference (default: HEAD).git log --no-merges --pretty=format:'%h %s' <since>..<until> and parse
subject lines.feat, fix, perf, refactor, docs, chore, tui, agent, ...);
otherwise group by directory of the largest touched file via
git show --stat.- <area>: <imperative summary> (<short-sha>).since/until references and total commit count at
the top of the answer so the user can verify the window.(internal) instead of dropping it silently.