Changelog Writing
Use this skill when a completed feature branch needs a changelog entry.
Workflow
- Understand the change set.
- Study recent changelog patterns in
../langfuse-docs/pages/changelog. - Find related documentation links in
../langfuse-docs/pages. - Draft a user-focused changelog entry.
- Recommend whether an image or screenshot should be added.
What To Gather
- The branch diff relative to
main - The Linear issue, if the branch name includes an
lfe-XXXXidentifier - The affected product areas
- Relevant docs pages to link or create
Writing Rules
- Write for users, not internal implementation detail
- Prefer second person: "you can now..."
- Focus on what changed, why it matters, and how to use it
- Match the structure and tone of recent changelog posts
- Keep technical detail only where it improves user understanding
Output Format
Provide:
- A short summary of what changed
- The complete changelog post content
- Whether an image should be added and what it should show
- Any docs pages that should be linked or created
Reference Files
- Changelog destination:
../langfuse-docs/pages/changelog - Recent changelog examples: inspect 3-5 recent files in that directory
- Existing docs:
../langfuse-docs/pages