with one click
docs-changelog
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.
Menu
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.
LobeHub Drizzle ORM schema and query style. Use for pgTable schemas, indexes, joins, inferred types, db.select/db.query, schema fields, foreign keys, junction tables, or postgres query patterns.
LobeHub code review checklist. Use when reviewing a PR, diff, or branch for console leftovers, return await, secrets, i18n, desktop router drift, UI imports, migrations, or cloud impact.
Vitest testing guide. Use when writing or updating tests, fixing failing tests, improving coverage, debugging test issues, or setting up mocks.
Add server-side environment variables that control default values for user settings.
Agent runtime lifecycle hooks. Use for before/after tool or step hooks, tool mocks, human intervention, sub-agent calls, context compression, evals, tracing, callAgent, or lifecycle events.
Build or extend LobeHub Agent Signal pipelines. Use for signal sources, signal/action types, policies, middleware, workflow handoff, dedupe, scope behavior, or observability.
| 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. |
This skill is only for changelog pages in:
docs/changelog/*.mdxThis skill is not for GitHub Releases.
If the user asks for release PR body / GitHub Release notes, load ../version-release/SKILL.md.
For every docs changelog task, you MUST load:
../microcopy/SKILL.md../i18n/SKILL.md (when EN/ZH pair is involved)Use date-based file names:
docs/changelog/YYYY-MM-DD-topic.mdxdocs/changelog/YYYY-MM-DD-topic.zh-CN.mdxEN and ZH files must exist as a pair and describe the same release facts.
Each file should include:
---
title: <Title>
description: <1 sentence summary>
tags:
- <Tag 1>
- <Tag 2>
---
Rules:
title should match the H1 title in meaning.description should be concise and user-facing.tags should be feature-oriented, not internal-team labels.Use this shape unless the user requests otherwise:
# <Title>## headings)## Improvements and fixes / ## 体验优化与修复 with concise bulletsKeep heading count low and avoid heading-per-bullet structure.
When generating bilingual changelogs:
Improvements and fixes bullet list, the other should have equivalent list intent.Do not pad content when changes are limited.
microcopy/i18n guidance.---
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>
---
title: <功能标题>
description: <一句话说明>
tags:
- <标签 A>
- <标签 B>
---
# <功能标题>
<开场段:这次更新给用户带来的直接变化。>
<可选能力段 1。>
<可选能力段 2。>
## 体验优化与修复
- <优化或修复 1>
- <优化或修复 2>
docs/changelog naming conventionImprovements and fixes section is concise and concrete