Agent skill
changelog-writing
Shared workflow for writing Langfuse changelog entries after a feature is complete. Use when a branch is ready for merge and a changelog entry or changelog draft is needed.
Install this agent skill to your Project
npx add-skill https://github.com/langfuse/langfuse/tree/main/.agents/skills/changelog-writing
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
frontend-browser-review
Shared workflow for browser-based review of user-visible frontend changes in Langfuse. Use when a change affects UI behavior, layout, styling, navigation, or browser-visible regressions and should be checked with the Playwright MCP server before signoff.
add-model-price
Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes for OpenAI, Anthropic, Bedrock, Vertex, Azure, or Gemini model pricing.
code-review
Shared code review workflow for Langfuse. Use when reviewing a PR, branch, diff, or local changes for correctness, regressions, risk, and missing tests. Start with references/review-checklist.md for repo-specific review rules and use package AGENTS.md files plus any matching shared skills when the change touches those areas.
turborepo
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.
agent-setup-maintenance
Shared workflow for editing Langfuse's repo-owned agent setup under `.agents/`. Use when changing AGENTS files, shared skills, `.agents/config.json`, generated shim behavior, provider discovery paths, or install-time agent sync.
backend-dev-guidelines
Shared backend guide for Langfuse's Next.js 14, tRPC, BullMQ, and TypeScript monorepo. Use when creating or reviewing tRPC routers, public REST endpoints, BullMQ queue processors, backend services, middleware, Prisma or ClickHouse data access, OpenTelemetry instrumentation, Zod validation, env configuration, or backend tests across web, worker, or packages/shared.
Didn't find tool you were looking for?