release

Aggregate quality checks into a GO/NO-GO release readiness verdict.

54|3|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/arcasilesgroup/ai-engineering --skill release-arcasilesgroup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/arcasilesgroup/ai-engineering/tree/main/.agents/skills/release
Command: npx skills add https://github.com/arcasilesgroup/ai-engineering --skill release-arcasilesgroup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive GO/NO-GO checklist to ensure a software release meets all quality, security, and operational readiness criteria before deployment.

Core Features & Use Cases

  • Aggregated Quality Assessment: Consolidates checks across contract compliance, security, command reliability, ownership, testing, documentation, and packaging.
  • Risk Management: Identifies blocking issues and residual risks, providing a clear closure path for NO-GO verdicts.
  • Use Case: Before merging a critical feature to the main branch or tagging a new version, run the release gate to confirm all automated checks have passed and the software is production-ready.

Quick Start

Run the release gate skill to verify readiness for the upcoming v2.0.0 release.

Frequently Asked Questions about release

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

FAQPage Schema
What is a release readiness gate and when do I need one?

A release readiness gate is a pre-deployment checkpoint that aggregates quality, security, and operational metrics into a single GO/NO-GO verdict. You need one before merging critical features or tagging a new production version.

How do I verify production readiness before deploying a new version?

Verify production readiness by running an automated release gate that checks contract compliance, security posture, command reliability, test confidence, documentation coherence, and packaging integrity before deployment.

Does the release gate assess security posture and contract compliance?

Yes, the release gate assesses security posture and contract compliance directly. It consolidates these dimensions alongside command reliability, ownership safety, testing, documentation, and packaging checks into its verdict.

How do I get a GO verdict when my release gate returns NO-GO?

When the release gate returns NO-GO, it identifies specific blocking issues and residual risks. You must resolve these identified blockers and follow the provided closure path to achieve a GO verdict.

Can I use this release gate for version tagging verification?

Yes, you can use this release gate for version tagging verification. It supports pre-release decision-making by confirming all automated checks pass and the software is production-ready before you tag a version.

What packaging and documentation checks are required for a GO release?

A GO release requires passing packaging integrity and documentation coherence checks. The gate verifies these dimensions alongside ownership safety and test confidence to ensure complete operational readiness.