Back to skills
extension
Category: Development & EngineeringNo API key required

deploy

Deploy application with safety checks and rollback guidance

personAuthor: jakexiaohubgithub

Deployment

Use this skill to execute a safe, repeatable deployment.

Pre-deploy

  1. Run tests and typechecks
  2. Confirm environment variables
  3. Build artifacts
  4. Review recent changes

Deploy Steps

  1. Run build pipeline
  2. Deploy artifacts
  3. Run post-deploy health checks
  4. Verify logs and metrics

Rollback

If deployment fails, use rollback procedure in resources/rollback.md.

Resources

  • resources/deploy-checklist.md
  • resources/rollback.md