nexo-release-gate

Block merges or deployments failing code quality, migration, security, and documentation checks.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/buurguees/av-tech-p-gina-de-inicio --skill nexo-release-gate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nexo-release-gate
Source: https://github.com/buurguees/av-tech-p-gina-de-inicio/tree/main/.agents/skills/nexo-release-gate
Command: npx skills add https://github.com/buurguees/av-tech-p-gina-de-inicio --skill nexo-release-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bloquea merges o despliegues que no cumplen criterios mínimos de calidad, seguridad y consistencia funcional en NEXO AV.

Core Features & Use Cases

  • Validación de código, migraciones y controles de seguridad para merges y despliegues.
  • Verificación de reglas de negocio y documentación para cambios críticos.
  • Uso típico: antes de abrir PR final, o antes de merge a main y despliegue en entorno productivo.

Quick Start

Ejecuta el gate de NEXO AV para validar código, migraciones, seguridad, y documentación antes de realizar merge o deployment.

Frequently Asked Questions about nexo-release-gate

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

FAQPage Schema
How do I block merges that fail code quality and security checks?▼

To block merges that fail code quality and security checks, you need an automated quality gate that enforces minimum standards for linting, security, and business rules before allowing a merge to main.

What is a release quality gate for pre-deployment validation?▼

A release quality gate for pre-deployment validation is an automated checkpoint that verifies code, migrations, security, and documentation to ensure safe production deployments by blocking non-compliant releases.

How do I validate database migrations before deploying to production?▼

You validate database migrations before production deployment by running an automated gate that checks migration safety, code drift, and business rules to block inconsistent or unsafe deployments.

Can I enforce documentation verification as part of my merge process?▼

Yes, you can enforce documentation verification during the merge process by applying a quality gate that checks for required documentation alongside linting, build, and security validations before merging code.

When should I run a deployment gate in my CI/CD pipeline?▼

You should run a deployment gate during PR open, pre-merge to main, and pre-production deployment stages to validate code quality, migrations, and security guardrails before releasing changes.