Agent Skillslobehub/lobehub › docs-changelog

docs-changelog

GitHub

用于撰写产品更新日志和版本说明文档,支持中英文双语发布。规范了文件命名、元数据及内容结构,确保事实准确、用户价值优先,并遵循多语言同步与一致性原则。

.agents/skills/docs-changelog/SKILL.md lobehub/lobehub

Trigger Scenarios

需要编写或编辑产品更新日志 生成中英文对照的版本发布说明 整理功能改进与修复列表

Install

npx skills add lobehub/lobehub --skill docs-changelog -g -y
More Options

Non-standard path

npx skills add https://github.com/lobehub/lobehub/tree/canary/.agents/skills/docs-changelog -g -y

Use without installing

npx skills use lobehub/lobehub@docs-changelog

指定 Agent (Claude Code)

npx skills add lobehub/lobehub --skill docs-changelog -a claude-code -g -y

安装 repo 全部 skill

npx skills add lobehub/lobehub --all -g -y

预览 repo 内 skill

npx skills add lobehub/lobehub --list

SKILL.md

Frontmatter
{
    "name": "docs-changelog",
    "description": "Write website changelog pages under docs\/changelog\/*.mdx. Use for EN\/ZH product update posts, changelog posts, update-log copy, or docs changelog edits; not GitHub Release notes."
}

Docs Changelog Writing Guide

Scope Boundary (Important)

This skill is only for changelog pages in:

  • docs/changelog/*.mdx

This skill is not for GitHub Releases.
If the user asks for release PR body / GitHub Release notes, load ../version-release/SKILL.md.

Mandatory Companion Skills

For every docs changelog task, you MUST load:

  • ../../../DESIGN.md (Voice & Content)
  • ../i18n/SKILL.md (when EN/ZH pair is involved)

File and Naming Convention

Use date-based file names:

  • English: docs/changelog/YYYY-MM-DD-topic.mdx
  • Chinese: docs/changelog/YYYY-MM-DD-topic.zh-CN.mdx

EN and ZH files must exist as a pair and describe the same release facts.

Frontmatter Requirements

Each file should include:

---
title: <Title>
description: <1 sentence summary>
tags:
  - <Tag 1>
  - <Tag 2>
---

Rules:

  1. title should match the H1 title in meaning.
  2. description should be concise and user-facing.
  3. tags should be feature-oriented, not internal-team labels.

Content Structure (Recommended)

Use this shape unless the user requests otherwise:

  1. # <Title>
  2. Opening paragraph (2-4 sentences): user-visible impact
  3. 1-3 capability sections (optional ## headings)
  4. ## Improvements and fixes / ## 体验优化与修复 with concise bullets

Keep heading count low and avoid heading-per-bullet structure.

Writing Rules

  1. Keep all claims factual and tied to actual shipped changes.
  2. Explain user value first, implementation second.
  3. Prefer natural narrative paragraphs over pure bullet dumps.
  4. Avoid marketing exaggeration and vague adjectives.
  5. Keep internal terms consistent across EN/ZH files.
  6. Keep EN/ZH section order aligned and scope-aligned.

EN/ZH Synchronization Rules

When generating bilingual changelogs:

  1. Keep the same key facts in the same order.
  2. Localize naturally; do not do literal sentence-by-sentence translation.
  3. If one version has an Improvements and fixes bullet list, the other should have equivalent list intent.
  4. Do not introduce capabilities in only one language unless explicitly requested.

Length Guidance

  • Small update: 3-5 short paragraphs total
  • Medium update: 4-7 short paragraphs + concise fix bullets
  • Large update: 6-10 short paragraphs split into 2-4 sections

Do not pad content when changes are limited.

Authoring Workflow

  1. Collect source facts from PRs/commits/issues.
  2. Group changes by user workflow (not by internal module path).
  3. Draft EN and ZH versions with aligned structure.
  4. Verify terminology using DESIGN.md (Voice & Content) / i18n guidance.
  5. Final pass: remove AI-like filler and tighten sentences.

Docs Changelog Template (English)

---
title: <Feature title>
description: <One-sentence summary for users>
tags:
  - <Tag A>
  - <Tag B>
---

# <Feature title>

<Opening paragraph: what changed for users and why it matters.>

<Optional section paragraph for key capability 1.>

<Optional section paragraph for key capability 2.>

## Improvements and fixes

- <Fix or optimization 1>
- <Fix or optimization 2>

Docs Changelog Template (Chinese)

---
title: <功能标题>
description: <一句话说明>
tags:
  - <标签 A>
  - <标签 B>
---

# <功能标题>

<开场段:这次更新给用户带来的直接变化。>

<可选能力段 1。>

<可选能力段 2。>

## 体验优化与修复

- <优化或修复 1>
- <优化或修复 2>

Quick Checklist

  • File path matches docs/changelog naming convention
  • EN and ZH versions both exist and match in facts
  • Opening paragraph explains user-facing outcome
  • Main body is narrative-first, not bullet-only
  • Improvements and fixes section is concise and concrete
  • No fabricated claims or unsupported scope

Version History

  • 29fe043 Current 2026-08-20 18:33

Same Skill Collection

.agents/skills/add-provider-doc/SKILL.md
.agents/skills/add-setting-env/SKILL.md
.agents/skills/agent-runtime-hooks/SKILL.md
.agents/skills/agent-signal/SKILL.md
.agents/skills/agent-testing-bot/SKILL.md
.agents/skills/agent-tracing/SKILL.md
.agents/skills/agent-work/SKILL.md
.agents/skills/builtin-tool/SKILL.md
.agents/skills/chat-sdk/SKILL.md
.agents/skills/cleanup-git-worktrees/SKILL.md
.agents/skills/cli/SKILL.md
.agents/skills/data-fetching-architecture/SKILL.md
.agents/skills/db-migrations/SKILL.md
.agents/skills/debug-package/SKILL.md
.agents/skills/deep-review/SKILL.md
.agents/skills/design-prototype/SKILL.md
.agents/skills/desktop/SKILL.md
.agents/skills/drizzle/SKILL.md
.agents/skills/heterogeneous-agent/SKILL.md
.agents/skills/hotkey/SKILL.md
.agents/skills/i18n/SKILL.md
.agents/skills/linear/SKILL.md
.agents/skills/llm-generation/SKILL.md
.agents/skills/modal/SKILL.md
.agents/skills/model-bank-metadata/SKILL.md
.agents/skills/product-design/SKILL.md
.agents/skills/project-overview/SKILL.md
.agents/skills/react/SKILL.md
.agents/skills/response-compliance/SKILL.md
.agents/skills/skills-audit/SKILL.md
.agents/skills/spa-routes/SKILL.md
.agents/skills/split-micro-app/SKILL.md
.agents/skills/store-data-structures/SKILL.md
.agents/skills/testing/SKILL.md
.agents/skills/trpc-router/SKILL.md
.agents/skills/typescript/SKILL.md
.agents/skills/upstash-workflow/SKILL.md
.agents/skills/ux-audit/SKILL.md
.agents/skills/ux/SKILL.md
.agents/skills/version-release/SKILL.md
.agents/skills/zustand/SKILL.md
.agents/skills/agent-testing/SKILL.md
.agents/skills/compose-atoms/SKILL.md
.agents/skills/debug-frontend-with-browser/SKILL.md
.agents/skills/pr/SKILL.md
packages/builtin-skills/src/acceptance/SKILL.md

Metadata

Files
0
Version
a06b4e2
Hash
0011a21d
Indexed
2026-08-20 18:33

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-30 02:16
浙ICP备14020137号-1 $お客様$