What problem does it solve? Cloudflare Workers APIs, types, and wrangler configuration change frequently, so pre-trained knowledge produces outdated or broken code. This Skill enforces retrieval-first review and authoring of Workers code, catching anti-patterns like floating promises, global request state, hardcoded secrets, and unbounded buffering before they reach production. ## Core Features & Use Cases - Retrieval-first workflow: Fetches the latest Workers best practices page, @cloudflare/workers-types, and the wrangler config schema before writing or reviewing code. - Rule-based code review: Checks configuration (compatibility_date, nodejs_compat, secrets, observability), request handling (streaming, waitUntil), architecture (bindings, Queues, Workflows, Hyperdrive), and security (Web Crypto, timing-safe comparisons). - Structured review output: Flags anti-patterns with severity levels (CRITICAL/HIGH/MEDIUM/LOW), file and line evidence, and suggested fixes. - Use Case: When reviewing a pull request that adds a new Worker with a Durable Object, load this Skill to verify binding access patterns, wrangler.jsonc consistency, and type correctness against the latest published types. ## Quick Start Ask the AI to review your Cloudflare Worker code and wrangler.jsonc against current Workers best practices using this Skill.