hashicorp/changelog
Add a `.changelog/<PR_NUMBER>.txt` entry for a GitHub Pull Request, commit, and push.
npx skills add https://github.com/hashicorp/terraform-provider-aws --skill changelog
<!-- Copyright IBM Corp. 2014, 2026 -->
<!-- SPDX-License-Identifier: MPL-2.0 -->
Generate a .changelog/<PR_NUMBER>.txt entry for a GitHub Pull Request, commit it on the current branch, and push.
Authoritative reference: docs/changelog-process.md. When this skill and that document disagree, the document wins.
Trigger this skill when the user:
Do not trigger for:
CHANGELOG.md directly (that file is generated — never modify it by hand).Do not generate a changelog file if the PR changes do not affect the terraform practitioners in the end.
Do not look at pre-existing changelog files when given the PR, not even if it is present in the diff.
<PR_NUMBER> and diff are available from the PR context for which the cloud agent was invoked. git add .changelog/<PR_NUMBER>.txt
git commit -m "Add CHANGELOG for #<PR_NUMBER>"
git push
git push --force, --force-with-lease, or --no-verify. Never switch or create branches.Take hashicorp/changelog from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.