Create and update CHANGELOG.md entries for this template repo with date, previous commit hash, new commit subject, and summary/why/LLM notes/impact. Use when making template changes or preparing a push that requires a changelog entry.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Create and update CHANGELOG.md entries for this template repo with date, previous commit hash, new commit subject, and summary/why/LLM notes/impact. Use when making template changes or preparing a push that requires a changelog entry.
Template Changelog
Workflow
Determine whether the change modifies the template (code, config, docs, deps). If yes, add a changelog entry.
Decide the commit subject (the single commit you will create for the change).
Record the previous commit hash (short): git rev-parse --short HEAD.
Add a new entry at the top of ## Entries in CHANGELOG.md using the template in references/changelog-format.md.
Commit everything (template changes + CHANGELOG.md) in a single commit using the subject from step 2.
Keep entries in reverse chronological order and avoid editing older entries except for corrections.
Notes
The pre-push hook blocks pushes that do not include a CHANGELOG.md change.