deploy

Automate environment-aware deployments with pre-flight checks and rollback.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/paulingham/.claude --skill deploy-paulingham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/paulingham/.claude/tree/main/skills/deploy
Command: npx skills add https://github.com/paulingham/.claude --skill deploy-paulingham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are error-prone and slow; this skill provides environment-aware, automated deployment with pre-flight checks, staging verification, production rollout, and rollback capabilities to bridge PR merge and production.

Core Features & Use Cases

  • Environment detection, pre-deploy checks, staging and production deployment workflows
  • Rollback procedures and post-deploy verification
  • Use Case: When a PR merges, automatically deploy to staging, verify, then promote to production

Quick Start

Invoke the deploy skill to push the current branch to staging and run pre-flight checks.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate application deployments with pre-flight checks and rollback capabilities?

Automated application deployments with pre-flight checks and rollback are orchestrated by detecting the target environment, running validations, executing the release, and verifying health before finalizing the rollout.

Does this deployment automation support Fly.io, Heroku, Vercel, Docker, and Terraform platforms?

Yes, deployment automation supports Fly.io, Heroku, Vercel, Docker, Terraform, and serverless platforms by detecting the environment and applying platform-specific deployment and rollback commands.

How do I deploy to staging, verify, and then promote to production after a PR merge?

To deploy after a PR merge, the workflow automatically pushes the current branch to staging, runs pre-flight checks, verifies health, and then promotes the verified build to the production environment.

What is the best way to handle environment-aware deployments across multiple platforms?

Environment-aware deployments across multiple platforms are handled by applying platform detection, configurable environment targets, pre-deploy checks, and post-deploy health verification to ensure safe releases.

Can I automatically rollback a failed production rollout?

Yes, you can automatically rollback a failed production rollout using configurable rollback commands that trigger when post-deploy health verification detects a deployment failure.

Do I need to manually configure rollback commands for serverless deployments?

No, rollback commands for serverless deployments are configurable within the skill, allowing the automated workflow to execute environment-specific rollback procedures automatically when health verification fails.