npx skills add ...
npx skills add cloudflare/cloudflare-docs --skill changelog
npx skills add cloudflare/cloudflare-docs --skill changelog
Creates, updates, and reviews product changelog entries for the Cloudflare documentation site. Load when generating changelog MDX files, editing existing entries, reviewing changelog style, or validating frontmatter.
Use this skill when creating, editing, or reviewing changelog entries under src/content/changelog/.
Style reference: .agents/references/style-guide.md contains the canonical rules for writing style, formatting, links, code blocks, and frontmatter. The changelog-specific additions below extend those rules — they do not replace them.
You need three things before writing:
If any are missing, ask for clarification. Do not proceed without all three.
Use the product name to find the correct folder under src/content/changelog/{product}/. Check existing folders for valid product names — do not guess.
Path format:
Use today's date and a concise, hyphenated slug describing the change.
Follow the rules in .agents/references/style-guide.md. Changelog-specific additions:
Include a code example when the changelog describes an API, SDK, or configuration change.
import { TypeScriptExample, WranglerConfig } from "~/components";TypeScriptExample (not bare js/ts fences)WranglerConfig with TOML input and $today for compatibility_date (not bare toml/jsonc fences)json, yaml, etc.)End the changelog with a link to relevant documentation:
/workers/configuration/placement/).md/.mdx files that might be the related documentationReview these existing changelogs for style and format guidance:
src/content/changelog/workers/ - Workers changelogs with code examplessrc/content/changelog/kv/ - KV changelogssrc/content/changelog/hyperdrive/ - Hyperdrive changelogssrc/content/changelog/containers/ - Container changelogsRead 2-3 entries from the target product's changelog folder before writing to match style and depth. If the target folder has fewer than 2 entries, read from the folders listed above as a reference.
When updating an existing changelog entry, preserve the original structure and voice. Apply only the requested changes — do not rewrite surrounding content.
When reviewing, validate against every section above: frontmatter fields, file path conventions, writing style, code example quality, and documentation links. Flag issues by severity:
Create or update the changelog file and show the complete file path and content.