원클릭으로
changelog-writing
Shared workflow for writing Langfuse changelog entries after a feature
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shared workflow for writing Langfuse changelog entries after a feature
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | changelog-writing |
| name_zh | 编写变更日志 |
| description | Shared workflow for writing Langfuse changelog entries after a feature |
| description_zh | 编写清晰、用户友好的变更日志,记录版本更新和改进。 |
| category | dev-tools |
| tags | ["ai","deployment","documentation","frontend","git"] |
| source | null |
| license | UNKNOWN |
| language | en |
| author | unknown |
| version | 0.1.0 |
| needs_review | false |
| slug | changelog-writing |
| created | 2026-06-12 |
| updated | 2026-06-12 |
| inputs | [{"name":"request","type":"string","required":true,"description":"User request or task description"}] |
| output | {"format":"markdown","description":"Generated content based on the user request"} |
Use this skill when you need guidance on changelog writing.
User request or task description.
Generated content based on the user request.
Follow the guidelines in this skill when working on related tasks.
Use this skill when a completed feature branch needs a changelog entry.
../langfuse-docs/pages/changelog.../langfuse-docs/pages.mainlfe-XXXX identifierProvide:
../langfuse-docs/pages/changelog../langfuse-docs/pagesDo not use this skill for tasks outside its scope.
# 1. 查看分支变更
git diff main..HEAD --stat
# 2. 查看最近的changelog格式
ls ../langfuse-docs/pages/changelog/ | tail -5
cat ../langfuse-docs/pages/changelog/2024-01-release.md
# 3. 生成changelog草稿
python scripts/generate-changelog.py \
--branch feature/new-dashboard \
--output changelog-draft.md
# 4. 检查格式
python scripts/validate-changelog.py changelog-draft.md
Set up and use 1Password CLI (op). Use when installing the CLI, enabling
Guide for adding new AI function examples, for testing specific features against the actual provider APIs.
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.
Fixes broken typing checks detected by ty, make typing, or make check-repo. Use when typing errors appear in local runs, CI, or PR logs.
Add documentation for a new AI provider — usage docs, env vars, Docker
Guide for adding new AI provider packages to the AI SDK. Use when creating