changeloglisted
Install: claude install-skill wibus-wee/cradle-app
# Write Changelog
Collect user-facing changes from the Cradle repo since the last release tag, then write a changelog `.md` entry for the upcoming version.
## Usage
```bash
/changelog dev-20260624.1 # Write changelog for a specific version
/changelog # Auto-resolve next dev version
```
## Rules
- Changelog files live in `apps/landing/changelog/` in this repository.
- **Two files per version** — one per language:
- `<version>.zh.md` — Chinese (primary)
- `<version>.en.md` — English
- Collect changes from this repository's `origin/main` branch.
- Focus on user-facing changes. Skip internal refactors, CI tweaks, and trivial fixes.
- The body is free-form Markdown (GFM). Images, links, code blocks all work.
- If no changelog file exists for a version, the release still works — just no "What's New" is shown.
- Both language versions should have identical structure and content, just in different languages.
## File Format
Each language file:
```markdown
---
version: dev-20260624.1
date: 2026-06-24
title: Remote Runtime 与 Claude 订阅登录
---
> One-line summary of what changed.
## ✨ New
- Feature A does X
- Feature B does Y
## 💎 Improvements
- Improvement A
## 🐞 Fixes
- Fix A
```
The English version uses `title: Daily Build` (or descriptive title) and English body text.
### Frontmatter fields
| Field | Required | Description |
|-------|----------|-------------|
| `version` | Yes | Must match the release tag exactly. `dev-YYYYMMDD.N` for dev, `X