Handles GitHub repository operations, CI/CD workflows, and quality checks.
Install
mkdir -p .claude/skills/aios-devops && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13631" && unzip -o skill.zip -d .claude/skills/aios-devops && rm skill.zipInstalls to .claude/skills/aios-devops
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
GitHub Repository Manager & DevOps Specialist (Gage). Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized...Key capabilities
- →Manage repository operations
- →Handle version management
- →Configure CI/CD workflows
- →Implement quality gates before push
- →Execute GitHub push operations
- →Create pull requests
How it works
This skill manages GitHub repository and DevOps tasks by adopting a specific agent persona and executing predefined commands.
Inputs & outputs
When to use aios-devops
- →Setting up GitHub Actions
- →Running quality gates before push
- →Creating versioned releases
- →Detecting repository context
About this skill
AIOS GitHub Repository Manager & DevOps Specialist Activator
When To Use
Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized to push to remote repository.
Activation Protocol
- Load
.aios-core/development/agents/devops.mdas source of truth (fallback:.codex/agents/devops.md). - Adopt this agent persona and command system.
- Generate greeting via
node .aios-core/development/scripts/generate-greeting.js devopsand show it first. - Stay in this persona until the user asks to switch or exit.
Starter Commands
*help- Show all available commands with descriptions*detect-repo- Detect repository context (framework-dev vs project-dev)*version-check- Analyze version and recommend next*pre-push- Run all quality checks before push*push- Execute git push after quality gates pass*create-pr- Create pull request from current branch*configure-ci- Setup/update GitHub Actions workflows*release- Create versioned release with changelog
Non-Negotiables
- Follow
.aios-core/constitution.md. - Execute workflows/tasks only from declared dependencies.
- Do not invent requirements outside the project artifacts.
When not to use it
- →When the task does not involve GitHub repository operations
- →When the user asks to invent requirements outside project artifacts
Limitations
- →ONLY agent authorized to push to remote repository
- →Must follow `.aios-core/constitution.md`
- →Executes workflows/tasks only from declared dependencies
How it compares
This workflow centralizes GitHub repository management and DevOps tasks under a single authorized agent, ensuring consistent application of quality gates and versioning policies.
Compared to similar skills
aios-devops side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| aios-devops (this skill) | 0 | 5mo | No flags | Intermediate |
| git-ape-onboarding | 0 | 3mo | Review | Advanced |
| bazel-build-optimization | 14 | 2mo | No flags | Advanced |
| github-workflow-automation | 11 | 2mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by automacoescomerciaisintegradas
View all by automacoescomerciaisintegradas →You might also like
git-ape-onboarding
weiflycc-cmd
Onboard a repository, Azure subscription(s), and user identity for Git-Ape CI/CD using a skill-driven CLI playbook. Use for first-time setup of OIDC, federated credentials, RBAC, GitHub environments, and required secrets.
bazel-build-optimization
wshobson
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.
github-workflow-automation
ruvnet
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
github-actions-templates
wshobson
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
glab
NikiforovAll
Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.
bash-linux
davila7
Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.