changelog-writing
द्वारा langfuse
फीचर पूरा होने के बाद Langfuse चेंजलॉग प्रविष्टियाँ लिखने के लिए साझा वर्कफ़्लो। उपयोग करें जब कोई ब्रांच मर्ज के लिए तैयार हो और एक चेंजलॉग प्रविष्टि या चेंजलॉग…
npx skills add https://github.com/langfuse/langfuse --skill changelog-writingChangelog 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
- Never mention internal ticket ids or Linear URLs in the entry, even though step 2 gathers the Linear issue for context
- 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