deploy
Installation
SKILL.md
/deploy Skill
Create Kubernetes/OpenShift resources (Deployment, Service, Route) to deploy and expose an application from a container image.
Prerequisites
Before running this skill:
- User is logged into OpenShift cluster
- Container image exists (from ImageStream or external registry)
- Target namespace exists
When to Use This Skill
Use /deploy after building a container image (via /s2i-build or external registry) to create Deployment, Service, and Route resources on OpenShift. This skill handles port detection, replica configuration, rollout monitoring, and rollback on failure.
Critical: Human-in-the-Loop Requirements
See Human-in-the-Loop Requirements for mandatory checkpoint behavior.