mit einem Klick
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.
// 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.
| name | changelog |
| description | 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:
src/content/changelog/{product}/{YYYY-MM-DD}-{useful-short-name}.mdx
Use today's date and a concise, hyphenated slug describing the change.
---
title: <TITLE>
description: <ONE_SENTENCE_SUMMARY>
products:
- <PRODUCT>
date: <YYYY-MM-DD>
---
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.
Evaluate a GitHub issue or pull request and decide if it is spam or clearly off-topic for cloudflare/cloudflare-docs.
Reviews Workers and Cloudflare Developer Platform code for type correctness, API usage, and configuration validity. Load when reviewing TypeScript/JavaScript using Workers APIs, wrangler.jsonc/toml config, or Cloudflare bindings (KV, R2, D1, Durable Objects, Queues, Vectorize, AI, Hyperdrive).
Analyzes a Dependabot PR to determine what actually changed in each bumped package and whether those changes affect this repo. Reports changed APIs/methods, which doc pages use them, and the realistic probability of any visible impact on the docs site.
Reviews documentation PRs and provides GitHub PR suggestions. Load when asked to review, suggest changes, or provide feedback on docs content. Covers MDX, frontmatter, style guide, components, and content accuracy.
Creates and updates GitHub pull requests for cloudflare-docs changes. Load when asked to open, create, submit, update, edit, or write a title or description for a PR. Covers title conventions, PR body structure, and the documentation checklist template.
Transform technical jargon into clear explanations using before/after comparisons, metaphors, and practical context