Deployment Pipeline
Execute and verify deployment pipelines with pre-flight checks and rollback readiness
Example Prompt
Deploy the latest version to staging, verify it's healthy, and notify #deployments with the status
About
Manages deployment workflows by running pre-flight checks on the target environment, triggering the deployment through CI/CD, verifying container health and service availability post-deploy, and notifying the team of the outcome. Includes rollback awareness — if health checks fail, provides rollback commands and escalation guidance.
Workflow Steps
Read the current deployment configuration and version from the repository
🔧 github-get-file-contentsSearch for any known issues or advisories related to the target version
🌐 Web SearchUpdate the deployment manifest or trigger file to initiate the release
🔧 github-create-or-update-fileNotify the team with deployment status, version details, and rollback instructions
📨 Send Message