release-to-prod

Automates Kubernetes-style container image release from staging to production via Quay and security checks.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dmzoneill/skills --skill release-to-prod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-to-prod
Source: https://github.com/dmzoneill/skills/tree/main/release-to-prod
Command: npx skills add https://github.com/dmzoneill/skills --skill release-to-prod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of releasing new code versions to production by automating checks, security scans, and the release creation itself.

Core Features & Use Cases

  • Automated Release Pipeline: Manages the promotion of container images from staging to production environments.
  • Pre-flight Validation: Ensures the image exists, passes security scans, and meets application interface requirements before deployment.
  • Use Case: When a new version of the automation-analytics-backend component is ready in staging, use this skill to automatically verify its integrity and deploy it to the production environment.

Quick Start

Use the release-to-prod skill to promote commit SHA 'a1b2c3d4e5f67890abcdef1234567890abcdef12' for the 'aap-aa-main' application.

Frequently Asked Questions about release-to-prod

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

FAQPage Schema
How do I promote a container image from staging to production using Konflux?

To promote a container image from staging to production using Konflux, this skill automates the creation of a release snapshot after validating image existence in Quay, performing security scans, and checking application interface configurations.

What pre-flight checks are needed before deploying a container image to production?

Before deploying a container image to production, pre-flight validation should verify image existence in Quay, perform security vulnerability assessments, and check application interface requirements to ensure deployment integrity.

Does the Konflux release pipeline include automated security vulnerability scanning?

Yes, the Konflux release pipeline includes automated security vulnerability scanning. This skill performs security scans during the release creation process to assess vulnerabilities before promoting images to production.

How do I verify a specific commit SHA is ready for a production release?

To verify a specific commit SHA is ready for a production release, the skill checks the application's release status, confirms the image exists in Quay, and validates it against security and interface configurations.

Can I automate Konflux release status checks for staging to production deployment?

Yes, you can automate Konflux release status checks for staging to production deployment. This skill handles release status verification and creates the release snapshot automatically once checks pass.

What happens if a container image fails security scans during a production release?

If a container image fails security scans during a production release, the automated pipeline halts the promotion. The skill performs vulnerability assessments before creating the release snapshot to prevent vulnerable deployments.