원클릭으로
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.