ワンクリックで
changelog
Create Towncrier changelog fragments based on changes in the current branch
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create Towncrier changelog fragments based on changes in the current branch
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | changelog |
| description | Create Towncrier changelog fragments based on changes in the current branch |
| disable-model-invocation | true |
Create Towncrier changelog fragment(s) for the current branch's changes.
Understand the changes. Run git diff main...HEAD and git log main..HEAD --oneline to see what changed on this branch.
Determine fragment type(s) and descriptions. Choose one or more of the following types based on the changes:
security — Security fixesremoved — Removed features or APIsdeprecated — Newly deprecated featuresadded — New features, classes, functions, or moduleschanged — Changes to existing behavior or APIs (including breaking changes)improved — Performance improvements or non-breaking enhancements to existing featuresfixed — Bug fixesWrite a one-sentence description for each fragment. Follow these conventions from existing fragments:
If multiple types apply (e.g. both added and changed), create separate fragments.
Ask the user for the PR number. Use AskUserQuestion to ask: "What is the PR number for these changelog entries?"
Create the fragments. For each fragment, run:
towncrier create -c "Description here." <PR#>.<type>.md
For example: towncrier create -c "Added \UniformLocalC1` distribution." 307.added.md`