원클릭으로
changelog
Add a `.changelog/<PR_NUMBER>.txt` entry for a GitHub Pull Request, commit, and push.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add a `.changelog/<PR_NUMBER>.txt` entry for a GitHub Pull Request, commit, and push.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fix Terraform provider end user documentation issues detected by swissshepherd (ss). Removes an ignored target from the config, runs ss, validates findings, fixes the documentation, and commits.
Review a PR's end user documentation updates.
Review a PR for possible breaking changes.
| name | changelog |
| description | Add a `.changelog/<PR_NUMBER>.txt` entry for a GitHub Pull Request, commit, and push. |
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.Print the generated file contents back to the user.
Run:
git add .changelog/<PR_NUMBER>.txt
git commit -m "Add CHANGELOG for #<PR_NUMBER>"
git push
Never run git push --force, --force-with-lease, or --no-verify. Never switch or create branches.