Maintainer-only. Translate a version's GAIA CHANGELOG entries into plain-language public release notes for the marketing site (gaiareact.com). Writes a release-data .ts file under ../website/src/pages/changelog/releases/ plus an editorial-decisions report for human review. Use whenever the maintainer wants the adopter-facing notes for a version, e.g. "write release notes", "generate the changelog page entry", "translate the CHANGELOG for the website", "what's new on the site for v1.5.0", "public notes for 1.4.0", or right after cutting a release, and for one-time backfill of historical ## [x.y.z] blocks. This is the website-notes step only. It does NOT edit CHANGELOG.md, it is not how you cut a release (version bump, manifest, and tag are /gaia-release), and it is not for an adopter's own app's release notes.
$npx -y skills add gaia-react/gaia --skill release-notesInstalls into the current project.
Run `npx skills use "https://github.com/gaia-react/gaia" --skill "gaia-react/gaia/release-notes"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gaia-react/gaia" that are relevant to the current task. Run `npx skills add "https://github.com/gaia-react/gaia"` and select the relevant skills, then follow their instructions.