deploy

Automate application deployment to staging or production with Docker images.

264|31|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/bdfinst/agentic-dev-team --skill deploy-bdfinst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/bdfinst/agentic-dev-team/tree/main/evals/fixtures/cs-complete-setup/.claude/skills/deploy
Command: npx skills add https://github.com/bdfinst/agentic-dev-team --skill deploy-bdfinst

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployments are error-prone and slow when performed manually; this Skill standardizes, automates, and guards the release process to reduce risk.

Core Features & Use Cases

  • Pre-deploy checks: runs tests and lint to ensure code quality before release.
  • Artifact building & packaging: builds a Docker image and prepares deployment artifacts for promotion.
  • One-click promotion: promotes to production after successful staging and health checks, with rollback if needed.
  • Operational visibility: reports deployment status including image tag, environment, and timestamp.

Quick Start

Initiate the deployment workflow to push the latest build from staging to production.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate Docker image creation and deployment to AWS ECR?

Automate Docker image creation and AWS ECR publishing by integrating this deployment workflow into your CI/CD pipeline. It builds container images, pushes them to the registry, and updates your staging or production services automatically.

What is the best way to promote a Docker container from staging to production?

The best way to promote a Docker container to production is through an automated release workflow with health verification. This process runs pre-deploy checks, updates the service, and verifies application health before completing the promotion.

Can I run pre-deploy tests and linting checks before pushing to AWS?

Yes, you can run pre-deploy tests and linting checks before pushing to AWS. The deployment workflow executes automated checks to ensure code quality and validate builds before containerization and registry publishing.

Does automated CI/CD deployment support rollback if health checks fail?

Automated CI/CD deployment supports rollback if health checks fail during promotion. The workflow monitors service health after updates and can revert to the previous state to prevent bad releases from affecting production.

How do I get operational visibility into my staging and production deployments?

Gain operational visibility into staging and production deployments through automated status reporting. The workflow outputs deployment details including the specific Docker image tag, target environment, and timestamp for every release.