← Back to Skills
๐Ÿ“

PR Changelog Entry

Read a pull request diff, generate a changelog entry, and append it to the changelog file

Developer 5 steps 5 tools 3 servers

Example Prompt

Generate a changelog entry for PR #142 and add it to our CHANGELOG.md

About

Automates changelog maintenance by reading the diff of a merged pull request to understand what changed. Generates a concise, user-facing changelog entry categorized by type (added, changed, fixed, removed) and appends it to the project's CHANGELOG file in the correct section.

Workflow Steps

1

Fetch the pull request details and diff from GitHub

๐Ÿ“‹ List Issues
2

Read the changed files to understand the scope of the PR

๐Ÿ“ƒ Read Repo File
3

Analyze the changes and generate a user-facing changelog entry

๐Ÿง  Structured Reasoning
4

Read the existing changelog file to find the correct insertion point

๐Ÿ“„ Read File
5

Write the updated changelog with the new entry appended

โœ๏ธ Write File

Tags

changelogpull-requestreleaseautomation