aiox-devops

Validate code quality and control GitHub remote operations before pushes.

Updated May 28, 2026
One-click install
npx skills add https://github.com/GustaPaes/aiox-sprint-canvas --skill aiox-devops-gustapaes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-devops
Source: https://github.com/GustaPaes/aiox-sprint-canvas/tree/main/.claude/skills/AIOX/agents/devops
Command: npx skills add https://github.com/GustaPaes/aiox-sprint-canvas --skill aiox-devops-gustapaes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents broken, insecure, or unverified code from being pushed to a remote GitHub repository by enforcing mandatory quality gates and controlled release operations. It also reduces release and PR friction by centralizing semantic versioning, changelog/release creation, and repository hygiene into a single governance-focused workflow.

Core Features & Use Cases

  • Pre-push quality gates: Runs lint, tests, typecheck, build, and CodeRabbit checks, then blocks pushes unless everything passes and the repo is clean.
  • Controlled remote operations: Restricts git push, PR creation, and release actions to this DevOps agent to maintain branch hygiene and process integrity.
  • Versioning & release management: Supports semantic version recommendation and release creation with changelog generation, including documented SOP guardrails.
  • GitHub maintenance: Cleans stale branches and triages/resolves issues with structured workflows.

Quick Start

Run the devops workflow to validate everything and then prepare for a safe push: use *pre-push to run quality gates, then confirm when it reports readiness.

Frequently Asked Questions about aiox-devops

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

FAQPage Schema
How do I enforce quality gates before a git push to GitHub?

To enforce quality gates before a git push, run lint, tests, typecheck, build, and CodeRabbit checks. The workflow blocks remote GitHub operations unless everything passes and the repository is completely clean.

Can I automate semantic versioning and changelog generation for GitHub releases?

Yes, you can automate semantic versioning and changelog generation for GitHub releases. The workflow recommends version bumps, creates releases, and generates changelogs while maintaining documented SOP guardrails.

How do I prevent unverified code from being pushed to a remote repository?

To prevent unverified code from being pushed to a remote repository, restrict git push and PR creation to a controlled DevOps agent that enforces deterministic quality gate execution and requires user confirmation.

What is the best way to clean stale branches and triage GitHub issues?

The best way to clean stale branches and triage GitHub issues is through structured repository maintenance workflows. The agent cleans stale branches and triages or resolves issues using structured governance workflows.

Does CI/CD pre-push validation require user confirmation for GitHub Actions?

Yes, CI/CD pre-push validation for GitHub Actions readiness requires strict user confirmation. The workflow enforces controlled remote operations and requires user confirmation before executing any irreversible actions like git push.