Agent Skills
› langfuse/langfuse
› changelog-writing
changelog-writing
GitHub用于在功能分支合并前,根据代码差异和用户视角撰写 Langfuse 更新日志。通过分析近期模式、关联文档及影响范围,生成符合规范的发布说明摘要、正文内容、配图建议及文档链接。
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


