production-deployment

Installation
SKILL.md

Production Deployment

Automate the deployment of software services to production environments with a focus on safety, observability, and reproducible infrastructure.

Standards snapshot (March 2026)

  • Always verify deployment status through health checks or automated probes before completing a rollout.
  • Infrastructure should be defined as code wherever possible.
  • Rollback criteria must be established before the deployment begins.
  • Use incremental rollout strategies (e.g., rolling updates or blue/green) to minimize downtime.

Philosophy

  • Production safety is paramount; speed comes second.
  • Deployments should be repeatable, predictable, and fully automated.
  • Observability and alerting are core components of any deployment process.

When to use

  • Deploying a new service to production.
  • Updating an existing production service.
  • Scaling production resources or migrating to new environments.
Installs
2
GitHub Stars
8
First Seen
Apr 12, 2026
production-deployment — jscraik/agent-skills