deploy

Automates production deployment with pre-flight checks, builds, rollback, and platform integrations via CLI commands and interactive wizards.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of deploying code to production environments, ensuring pre-deployment checks are completed and the deployment is executed reliably.

Core Features & Use Cases

  • Automated Pre-flight Checks: Verifies code quality, security, and performance before deployment.
  • Multi-Platform Support: Integrates with popular deployment platforms like Vercel, Railway, Fly.io, and Docker.
  • Deployment Rollback: Provides an option to revert to a previous version if issues arise.
  • Use Case: A developer needs to deploy a new feature to the live website. They can use /deploy production to initiate the process, which will automatically run tests, check for security vulnerabilities, build the application, and then deploy it, with clear success or failure reporting.

Quick Start

Run the interactive deployment wizard by typing /deploy.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I run pre-flight checks before deploying code to production?

Pre-flight checks for production deployment are triggered automatically by the interactive wizard or specific sub-commands. They verify code quality, security, and performance to ensure reliable releases before you execute the build.

Can I deploy my application to Vercel, Railway, or Docker platforms?

Yes, production deployments support multi-platform integration including Vercel, Railway, Fly.io, and Docker. The process requires the platform-specific CLI and executes the build deployment automatically after completing the required checklist.

What is the best way to revert a production deployment if issues arise?

Production deployment rollback is handled through dedicated rollback capabilities within the deployment process. You can revert to a previous version to restore stability if the newly deployed code introduces unexpected issues.

Does the deployment process require platform-specific CLIs to function?

Yes, production deployments require integration with platform-specific CLIs to function correctly. Adhering to defined deployment checklists ensures the automated pre-flight checks and build execution interact properly with your chosen platform.

Why do I need automated pre-flight checks for CI/CD deployment?

Automated pre-flight checks validate code quality, security, and performance before a CI/CD deployment proceeds. Running these checks prevents faulty code from reaching production by catching vulnerabilities and errors during the build execution phase.