github-ops

Automate GitHub repository, pull request, issue, and release workflows via the gh CLI.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Alteriom/ai-dev-skills --skill github-ops-alteriom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-ops
Source: https://github.com/Alteriom/ai-dev-skills/tree/main/skills/github-ops
Command: npx skills add https://github.com/Alteriom/ai-dev-skills --skill github-ops-alteriom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate repetitive GitHub tasks and collaboration workflows using the gh CLI to reduce manual toil, speed up releases, and improve consistency across teams.

Core Features & Use Cases

  • Repository Operations: Create repositories, configure defaults, and manage visibility and templates.
  • Pull Request Workflows: Open PRs, assign reviewers, apply labels, and view checks.
  • Issue Management: Create, triage, and close issues with automation patterns.
  • Release Management: Tag, publish releases, and associate changelogs or notes.
  • Cross-Repo Automation: Run coordinated tasks across multiple repositories to enforce consistency and streamline operations.

Quick Start

Create a new private repository named my-project and open an initial pull request from the command line.

Frequently Asked Questions about github-ops

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

FAQPage Schema
How do I automate GitHub pull requests and issues from the command line?

Automate GitHub pull requests and issues by using the gh CLI to open PRs, assign reviewers, apply labels, triage issues, and close them with safe, CLI-driven execution patterns.

Can I manage multiple repositories at once using the gh CLI?

Yes, you can run coordinated cross-repo automation tasks across multiple repositories to enforce consistency, streamline operations, and manage releases using the gh CLI.

What is the best way to create a private repository and open an initial PR?

The best way to create a private repository and open an initial PR is using gh CLI automation to configure repository defaults, set visibility, and initiate collaboration workflows safely.

Does GitHub CLI automation handle rate limits and token safety?

Yes, GitHub CLI automation implements production-grade patterns with authentication checks, token safety, and safe execution that respects API usage and rate limits.

How do I automate GitHub releases and changelog associations?

Automate GitHub releases by using the gh CLI to tag commits, publish releases, and associate generated changelogs or release notes directly from your automated workflow.