aiox-devops

Enforce pre-push quality gates and semantic versioning for GitHub repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of unregulated, broken code being pushed to remote GitHub repositories, inconsistent semantic versioning, and missing quality enforcement in DevOps workflows, which can lead to production outages, security vulnerabilities, and repository integrity issues.

Core Features & Use Cases

  • Exclusive Push Authority: The only agent authorized to execute remote git push operations, with mandatory pre-push quality gates (lint, tests, type checks, CodeRabbit review) that block pushes if any critical issues are found.
  • End-to-End Release Management: Automates semantic versioning, changelog generation, GitHub release creation, and tag management to ensure consistent, documented version releases.
  • Comprehensive DevOps Workflows: Handles pull request automation, CI/CD configuration, GitHub issue triage and resolution, repository cleanup (stale branches, temporary files), worktree management, Docker MCP Toolkit configuration, and AIOX Pro access grant and recovery operations.
  • Use Case: A development team can use this agent to safely push completed story changes, run all required quality checks automatically, create a pull request with a generated description, manage versioned releases, and handle user access recovery without risking repository integrity.

Quick Start

Invoke this DevOps agent to safely push your completed code changes to the remote GitHub repository, with all mandatory quality checks automatically enforced before the push is executed.

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 pushing code to a GitHub repository?

You can enforce pre-push quality gates by authorizing a dedicated agent to exclusively handle remote git push operations. This agent automatically runs lint, tests, type checks, and code reviews, blocking any push that contains critical issues to maintain repository integrity.

How does automated semantic versioning work for GitHub releases?

Automated semantic versioning works by having an agent manage the end-to-end release process. The agent automatically determines the correct version bump, generates changelogs, creates GitHub releases, and manages tags to ensure consistent and documented version deployments.

What is the best way to automate pull request creation and issue triage in GitHub?

Automating pull requests and issue triage is best handled by a comprehensive DevOps agent. It can generate pull request descriptions automatically, triage and resolve GitHub issues, and execute repository cleanup tasks like removing stale branches and temporary files.

Can I restrict git push operations to prevent broken code from reaching production?

Yes, you can restrict git push operations by centralizing remote push authority to a single DevOps agent. This ensures that mandatory quality validation checks are enforced before any code is pushed, preventing unregulated changes from introducing security vulnerabilities or outages.

How do I manage GitHub repository cleanup and worktree configurations?

You can manage repository cleanup and configurations by invoking a DevOps agent to handle stale branch removal, temporary file cleanup, worktree management, and Docker MCP Toolkit configuration. This automates maintenance and keeps the repository organized.