setup-runtime-ops

Configure GitHub workflows and policies for shared guidance repositories.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-runtime-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-runtime-ops
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/setup-runtime-ops
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-runtime-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the setup and maintenance of operational runtime requirements and delivery automation for repositories that serve as shared guidance and automation layers.

Core Features & Use Cases

  • Reconciliation: Ensures that the repository's configuration and policies align with operational standards.
  • Validation: Verifies the presence and correctness of critical workflow files and GitHub repository policies.
  • Use Case: When a new repository is designated as a shared guidance layer, this Skill can automatically configure its CI/CD pipelines and branch protection rules to ensure compliance and operational readiness.

Quick Start

Run the setup-runtime-ops skill to ensure the repository meets all operational requirements.

Frequently Asked Questions about setup-runtime-ops

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

FAQPage Schema
How do I automate GitHub Actions validation for shared ops repositories?

Automate GitHub Actions validation for shared ops repositories by ensuring the `.github/workflows/validate-shared-ops.yml` file exists and repository policies are aligned. This Skill reconciles operational runtime requirements to maintain delivery automation compliance.

What is the best way to configure branch protection for a dev branch with a validation check?

Configure branch protection for a dev branch by enforcing the `validate-shared-ops` check. This Skill protects the dev branch and enables auto-merge to satisfy PR-based workflow requirements for shared guidance repositories.

Does this repository policy reconciliation require any external dependencies?

Repository policy reconciliation requires no external dependencies. The Skill independently verifies the presence of critical workflow files and aligns GitHub repository policies to ensure operational readiness for shared guidance layers.

When do I need to set up runtime ops automation for a shared guidance layer?

Set up runtime ops automation when a new repository is designated as a shared guidance layer. This Skill automatically configures CI/CD pipelines and branch protection rules to ensure the repository meets operational compliance standards.

Why does my PR-based workflow fail to auto-merge in a shared ops repository?

PR-based workflows fail to auto-merge when the `validate-shared-ops` check is missing or branch protection is misconfigured. This Skill reconciles these policies, ensuring the dev branch is protected and auto-merge is enabled.