Agent Skills
› langfuse/langfuse
› changelog-writing
changelog-writing
GitHub用于在功能分支合并前自动生成面向用户的变更日志条目。通过分析代码差异、参考历史模式及文档,撰写简洁易懂的更新说明,并建议配图或关联文档链接。
Trigger Scenarios
功能分支准备合并时
需要生成或起草变更日志时
Install
npx skills add langfuse/langfuse --skill changelog-writing -g -y
SKILL.md
Frontmatter
{
"name": "changelog-writing",
"description": "Shared workflow for writing Langfuse changelog entries after a feature is complete.\nUse when a branch is ready for merge and a changelog entry or changelog draft is needed."
}
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
- 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
Version History
- f7e3c26 Current 2026-08-20 17:46


