بنقرة واحدة
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.