deploy

Automate Cloudflare Pages and Workers deployment pipelines with linting, testing, and rollback.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nhouseholder/nicks-claude-code-superpowers --skill deploy-nhouseholder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/nhouseholder/nicks-claude-code-superpowers/tree/main/skills/deploy
Command: npx skills add https://github.com/nhouseholder/nicks-claude-code-superpowers --skill deploy-nhouseholder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are prone to errors without automated checks and rollback. This Skill automates end-to-end deployment pipelines for Cloudflare Pages and Workers, ensuring linting, testing, building, deployment, verification, and release tagging happen consistently.

Core Features & Use Cases

  • Pre-flight checks: linting, tests, and production build to validate code quality before deployment.
  • Environment verification: ensures required keys and authentication with wrangler, confirms target environment, and validates Pages Functions or Workers setup.
  • Rollback readiness: snapshots deployment state and enables automatic rollback if verification fails.
  • Deployment and release tagging: handles deployment to Pages or Workers and tags the release for traceability.
  • Live verification: validates the live site and critical endpoints after deployment to ensure success.

Quick Start

Trigger the full deployment workflow for a Cloudflare Pages or Workers project.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Cloudflare Pages and Workers deployments with rollback?

Automate Cloudflare deployments by running end-to-end pipelines that handle linting, testing, building, and deploying to Pages or Workers. The workflow snapshots deployment state and automatically rolls back if live verification fails.

What is the safest way to roll back a failed Cloudflare Workers deployment?

Safe rollback for Cloudflare Workers involves snapshotting the deployment state before release and running live verification checks. If verification fails, the pipeline automatically reverts to the previous stable state.

How do I add pre-flight checks to a Cloudflare CI-CD pipeline?

Add pre-flight checks to a Cloudflare CI-CD pipeline by automating linting, tests, and production builds. Environment verification confirms required wrangler keys and validates the target environment before deployment begins.

Does this deployment workflow handle release tagging for staging and production environments?

Yes, the deployment workflow handles release tagging for both staging and production environments. It tags releases after successful deployment to ensure reliable, auditable traceability across your Cloudflare infrastructure.

Can I verify live endpoints after deploying to Cloudflare Pages?

Yes, you can verify live endpoints after deploying to Cloudflare Pages. The pipeline performs live verification by validating the live site and critical endpoints immediately after deployment to ensure success.

What environment setup is required before automating Cloudflare deploys?

Before automating Cloudflare deploys, you need to configure wrangler authentication with required keys. Environment verification validates the target environment and confirms the correct Pages Functions or Workers setup.