wrangler-deploy

Deploy Pitchey frontend to Cloudflare Pages and backend to Workers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CavellTopDev/pitchey-app --skill wrangler-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrangler-deploy
Source: https://github.com/CavellTopDev/pitchey-app/tree/main/.claude/skills/wrangler-deploy
Command: npx skills add https://github.com/CavellTopDev/pitchey-app --skill wrangler-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloudflare Wrangler deployment patterns standardize and accelerate the release of Pitchey frontend to Pages and backend to Workers, reducing manual steps and minimizing human error.

Core Features & Use Cases

  • Standardized build, deploy, and verification steps for Cloudflare Pages and Workers.
  • Supports preview, production releases, and rollback verification to maintain uptime.
  • Use case: when updating the UI and API together, this pattern ensures both are published consistently and rolled back safely if needed.

Quick Start

Execute the full deployment sequence to publish Pitchey frontend to Pages and the Worker API to production.

Frequently Asked Questions about wrangler-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Cloudflare Wrangler deployments for both frontend and backend?

Automating Cloudflare Wrangler deployments requires standardizing build, deploy, and verification steps to publish your frontend to Pages and backend to Workers consistently. This minimizes manual steps and human error during releases.

Can I roll back a Cloudflare Pages or Workers deployment if an update fails?

Yes, rollback verification is supported to maintain uptime. If a production release fails health checks, you can safely roll back both the UI and API to their previous stable states.

Do I need a configured Pitchey project to deploy with Wrangler?

Yes, a configured Pitchey project, Wrangler CLI, and Cloudflare access are required. These prerequisites allow the deployment workflow to execute build, deploy, and verification steps end to end.

What's the best way to manage preview releases on Cloudflare Pages and Workers?

Managing preview releases is handled through standardized deployment workflows that apply build and verification steps. This ensures both the UI and API are published consistently for testing before production.

How do Cloudflare deployment health checks work during a production release?

Health checks are integrated into the deployment verification step. They automatically confirm that your newly published frontend and backend are responding correctly before completing the production release sequence.