aiox-devops

Enforce GitHub quality gates and block unsafe changes before remote pushes.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill aiox-devops-hyagoviana
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-devops
Source: https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech/tree/main/meu-projeto/.claude/skills/AIOX/agents/devops
Command: npx skills add https://github.com/hyagoviana/Sistema_Hyago_Viana_Adabtech --skill aiox-devops-hyagoviana

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires coderabbit, github-cli, git, docker-gateway.

What problem does it solve?

It prevents broken or insecure changes from reaching the remote GitHub repository by enforcing mandatory quality gates, automated validation, and controlled release workflows.

Core Features & Use Cases

  • Repository quality gates before any remote push: Runs lint, tests, typecheck, build, story status validation, and CodeRabbit with CRITICAL/HIGH handling to stop risky changes early.
  • Controlled GitHub operations & release management: Creates PRs, performs version checks with semantic versioning, generates changelogs, and publishes GitHub releases.
  • DevOps automation for CI/CD: Sets up or updates GitHub Actions workflows and supports PR automation with required checks for merge.

Quick Start

Run *pre-push to execute all quality gates for this repository and get a clear summary before you push or create a PR.

Frequently Asked Questions about aiox-devops

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

FAQPage Schema
How do I prevent broken code from being pushed to a remote GitHub repository?

To prevent broken code in a remote GitHub repository, you can enforce mandatory CI/CD quality gates that run lint, tests, typecheck, and build checks to block unsafe changes before a remote push is executed.

How do I automate semantic versioning and changelog generation for GitHub releases?

Automating semantic versioning and changelog generation for GitHub releases involves performing version checks during PR validation and automatically creating controlled GitHub releases with generated changelogs.

How do I set up GitHub Actions workflows with required checks for PR automation?

Setting up GitHub Actions workflows with required checks for PR automation involves configuring DevOps automation to establish or update CI/CD pipelines that enforce mandatory merge checks before pull requests can be merged.

Do I need Docker and Git installed to run pre-push quality gates?

Yes, running pre-push quality gates requires deterministic execution environments using Docker, along with Git and GitHub CLI dependencies, to execute validation commands and control remote push authority securely.