deploy

Automate deployment and release planning across CI/CD environments.

2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/VoTruongDanh/Skills-Agent --skill deploy-votruongdanh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/VoTruongDanh/Skills-Agent/tree/main/.cursor/skills/deploy
Command: npx skills add https://github.com/VoTruongDanh/Skills-Agent --skill deploy-votruongdanh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment and release planning across infrastructure, CI/CD pipelines, and production rollouts is error-prone and time-consuming without a repeatable process. This Skill provides a structured, auditable workflow that guides teams from pre-deploy checks through execution to post-deploy validation, reducing risk and expediting production changes.

Core Features & Use Cases

  • Pre-deploy checklist and plan generation: Auto-assemble required steps, secrets, and environment configurations into a deterministic deployment sequence.
  • Memory-backed rollbacks & history: Update memory with deployment outcomes to enable safe rollback and historical traceability.
  • Health checks and verification: Define success criteria, run smoke tests, and confirm production health post-deployment.
  • Agent routing and guardrails: Align actions with infrastructure/security knowledge via routing to specialized agents and references.

Quick Start

Run the deploy skill to generate a deployment plan for your target environment and trigger the upstream CI/CD workflow.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate safe production rollouts with proper health checks?

Automating safe production rollouts involves applying pre-deploy checklists, executing staging or canary deployments, running health checks, and verifying success criteria post-deployment to ensure production stability.

What is the best way to plan a CI/CD deployment across staging and canary environments?

Planning a CI/CD deployment across staging and canary environments requires assembling steps, secrets, and configurations into a deterministic sequence to ensure safe, repeatable rollouts.

How do I create a rollback strategy for infrastructure deployments?

Creating a rollback strategy for infrastructure deployments requires memory-backed records of deployment outcomes to enable safe rollback execution and historical traceability.

Can I use deployment guardrails to align release workflows with security policies?

Deployment guardrails align release workflows with security policies by routing actions to specialized infrastructure and security agents to ensure safe deployment execution.

Does this deployment planning approach work without external CI/CD pipeline dependencies?

This deployment planning approach works without external CI/CD pipeline dependencies by generating deployment plans and trigger instructions natively for upstream workflows.