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.
90
88%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Use this skill when creating, editing, or reviewing changelog entries under src/content/changelog/.
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:
src/content/changelog/{product}/{YYYY-MM-DD}-{useful-short-name}.mdxUse today's date and a concise, hyphenated slug describing the change.
---
title: <TITLE>
description: <ONE_SENTENCE_SUMMARY>
products:
- <PRODUCT>
date: <YYYY-MM-DD>
---e.g. with "for example" and i.e. with "that is"Include a code example when the changelog describes an API, SDK, or configuration change.
js or ts)jsonc for wrangler.json configimport { Render, TypeScriptExample, WranglerConfig } from "~/components";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.
9a170b9
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.