deploy-guide

Automate production deployment checks, steps, and validation with runbook generation.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/JHaugaard/refine-workflow-skills --skill deploy-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-guide
Source: https://github.com/JHaugaard/refine-workflow-skills/tree/main/skills-working-copies/deploy-guide
Command: npx skills add https://github.com/JHaugaard/refine-workflow-skills --skill deploy-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides you through production deployments, performing pre-deployment checks, executing deployment steps with your confirmation, validating success, and creating a deployment runbook for future reference.

Core Features & Use Cases

  • Pre-deployment checks: Verifies code is committed, config is ready, and tests pass.
  • Step-by-step deployment: Executes deployment commands with user confirmation at each stage.
  • Post-deployment verification: Confirms the application is accessible and functioning.
  • Deployment documentation: Generates .docs/deployment-log.md with runbook and rollback procedures.
  • Use Case: When pushing a new release to Fly.io or a Cloudflare Pages site, this skill ensures repeatable, auditable deployments.

Quick Start

Start by telling me your deployment target (e.g., Fly.io, Cloudflare Pages). I'll perform the pre-deployment checks and guide you through the deployment steps, creating a deployment-log.md along the way.

Frequently Asked Questions about deploy-guide

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

FAQPage Schema
How do I automate deployment checks and steps for production?

Automated deployment guides orchestrate pre-deployment checks, execute deployment commands with your confirmation, validate post-deployment success, and generate runbooks. This ensures repeatable, auditable production deployments across Docker, VPS, Fly.io, Cloudflare Pages, and Hostinger Shared Hosting with rollback procedures documented.

What pre-deployment verification does an automated deployment guide perform?

Pre-deployment checks verify code is committed, configuration is ready, and tests pass before execution begins. These checks catch issues early and prevent failed deployments, reducing downtime and manual troubleshooting.

Can I use deployment automation with Fly.io, Cloudflare Pages, and Docker?

Yes. Deployment guides work across VPS with Docker, Cloudflare Pages, Fly.io, and Hostinger Shared Hosting. They execute target-specific deployment commands, handle initial deployments and re-deployments, and generate rollback-ready workflows for each platform.

How do I create a deployment runbook for future reference?

Deployment guides automatically generate a deployment-log.md file documenting the entire deployment workflow, including steps executed, validation results, and rollback procedures. This runbook serves as repeatable documentation for future deployments and team onboarding.

What happens after deployment completes?

Post-deployment validation confirms the application is accessible and functioning correctly. The guide then generates a deployment log and runbook, creating an auditable record and reference for rollback or repeat deployments.

Do I need to confirm each deployment step manually?

Yes. Deployment guides require user confirmation at each step, ensuring you retain control over production changes and can pause if unexpected conditions arise before proceeding to the next stage.