Guide
Cloudflare deploy skills for Codex
Cloudflare deployment work is easy to get half-right. A deploy skill should check build output, bindings, secrets, routes, health endpoints, and rollback options.
What the agent should verify
For Pages, check the build command, output directory, functions, environment variables, custom domain, sitemap, robots.txt, and production URLs. For Workers, check bindings, secrets, routes, webhook URLs, and logs.
A Cloudflare deploy skill should report the deployed URL and run live checks after publishing.
Pair deploy with testing
Deployment does not prove the product works. Pair Cloudflare deploy with webapp testing, release risk scan, public launch room, and error budget guard.
Do not leak secrets
The agent should never print API keys or tokens in the final response. It should use secrets through the platform and report only whether configuration exists.