deploy

Automate production deployment with CI/CD pipelines and wrangler.

2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/VitorMRodovalho/ai-pm-research-hub --skill deploy-vitormrodovalho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/VitorMRodovalho/ai-pm-research-hub/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/VitorMRodovalho/ai-pm-research-hub --skill deploy-vitormrodovalho

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building and releasing production software is error-prone and time-consuming without a reproducible deployment process.

Core Features & Use Cases

  • End-to-end deployment: Build, test, and deploy the platform to production in a repeatable workflow.
  • Validation & Health Checks: Verify builds, run tests, and confirm endpoint readiness before finalizing deployment.
  • Rollbacks & Updates: Handle legacy URL checks, edge function updates, and status reporting to ensure safe rollouts.

Quick Start

Initiate a production deployment by invoking the deploy skill with the latest build artifacts.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate production deployment with wrangler and CI/CD pipelines?

Automated production deployment with wrangler enforces build, test, and verification steps before updating edge functions. This CI/CD workflow ensures a reproducible release cycle by validating endpoint readiness and reporting the final deployment status with a version ID.

What is the best way to run health checks before finalizing an edge function deployment?

The best way to run health checks during deployment is to enforce validation steps that verify builds, run tests, and confirm endpoint readiness. This ensures safe rollouts by checking legacy URLs and reporting status before finalizing production edge function updates.

Does this deployment workflow handle rollbacks and legacy URL checks?

Yes, the deployment workflow handles rollbacks and legacy URL checks to ensure safe rollouts. It manages edge function updates and status reporting, verifying endpoint readiness to safely transition production traffic without breaking existing paths.

How do I deploy edge functions to production using an automated workflow?

Deploying edge functions to production requires invoking the automated workflow with the latest build artifacts. The process uses wrangler for deployment, enforces testing and validation steps, and returns a version ID to track the production release.

Why does my CI/CD deployment process fail to be reproducible?

Your CI/CD deployment process may fail to be reproducible if it lacks enforced build, test, and verification steps. Automating the workflow with wrangler ensures consistent validation, endpoint readiness checks, and status reporting to eliminate manual errors during release cycles.