deploy

Automate code deployment to staging and production with verification and rollback.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sofer/.agents --skill deploy-sofer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/sofer/.agents/tree/main/skills/deploy
Command: npx skills add https://github.com/sofer/.agents --skill deploy-sofer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying code to target environments after merge is error-prone and manual, requiring coordination of build, artifacts, checks, and rollout.

Core Features & Use Cases

  • Build application artifacts from the merged codebase
  • Run pre-deployment checks and validations
  • Deploy to staging or production with verification and rollback
  • Use case: automatically promote a merge-ready build to a chosen environment and validate health

Quick Start

Run the deploy workflow against the production environment after ensuring staging validation passes.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate code deployment to staging and production after merge?

You can automate code deployment by coordinating builds, artifact packaging, and rollout to target environments. This process includes running pre-deployment checks, executing environment-specific deployment steps, and verifying health after release.

What is the best way to handle rollback and verification during a release?

The best way to handle rollback and verification is to apply optional rollback strategies alongside lifecycle verification. This ensures that any failed deployment to a target environment can be safely reversed after health checks detect issues.

How do I build and package artifacts before deploying to a target environment?

You build and package artifacts directly from the merged codebase. The deployment workflow coordinates this artifact creation step before running validations and executing the rollout to the chosen environment.

Can I run pre-deployment checks before promoting a build to production?

Yes, you can run pre-deployment checks and validations before promoting a build. You should ensure staging validation passes first, then run the deployment workflow against the production environment to validate health safely.

Does automated deployment support custom environments or only staging and production?

Automated deployment supports staging, production, and custom environments. It handles environment-specific deployment steps and lifecycle verification to ensure the merged codebase ships safely regardless of the target environment.