AgentSkillsCN

changelog

为 Type the Word 编写面向用户的变更日志条目,并更新变更日志元数据。适用于当用户要求添加变更日志备注、发布说明或产品更新时使用,尤其适用于 src/app/(marketing)/changelog/page.tsx 以及 src/app/(marketing)/changelog/updated-at.ts。

SKILL.md
--- frontmatter
name: changelog
description: Writes user-facing changelog entries for Type the Word and updates changelog metadata. Use when the user asks to add changelog notes, release notes, or product updates, especially for src/app/(marketing)/changelog/page.tsx and src/app/(marketing)/changelog/updated-at.ts.

Changelog

Target Files

  • src/app/(marketing)/changelog/page.tsx
  • src/app/(marketing)/changelog/updated-at.ts

Rules

  • Include only user-facing changes.
  • Keep entries terse and past tense.
  • Do not include implementation details.
  • Include an image when it helps communicate what changed.

Workflow

  1. Add a new top entry to page.tsx.
  2. Follow existing JSX/changelog style.
  3. Update changelogUpdatedAt in updated-at.ts to the newest date.