بنقرة واحدة
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 المهني
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
| 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