Cloudflare built this to help Claude review Workers code against current APIs and config schemas. The skill emphasizes pulling from local source files (wrangler config schema, Workers types, Cloudflare docs) rather than relying on training data, which makes sense given how fast the Workers runtime evolves. It includes a review process that insists on reading full files instead of just diffs, which is the right call for catching context dependent bugs. If you're working in a Cloudflare Workers codebase and want code review that knows the difference between outdated and current API patterns, this handles that lookup work for you.
npx skills add https://github.com/cloudflare/cloudflare-docs --skill code-review