github-ops

Automate GitHub PR, issue, repository, and workflow operations via gh CLI and APIs.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/HuuBar/skill-routing-experiment --skill github-ops-huubar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-ops
Source: https://github.com/HuuBar/skill-routing-experiment/tree/main/unified_skills/daymade/github-ops
Command: npx skills add https://github.com/HuuBar/skill-routing-experiment --skill github-ops-huubar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates GitHub administration and development workflows by orchestrating PRs, issues, repositories, and workflows via gh CLI and GitHub REST/GraphQL APIs.

Core Features & Use Cases

  • PR Management: Create, view, merge, and comment on pull requests across GitHub and Enterprise.
  • Issue & Repository Ops: Manage issues and repository settings, clones, and permissions; bulk operations.
  • Workflow & API Automation: Trigger workflows, call REST/GraphQL endpoints, and automate common admin tasks.

Quick Start

List open PRs in a repo and trigger a workflow against a feature branch.

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 using the gh CLI?

Automate GitHub pull requests and issues by orchestrating PR creation, reviews, merges, and issue management through gh CLI commands and GitHub REST APIs. This requires an authenticated gh CLI session to execute operations across cloud and enterprise environments.

Can I trigger GitHub workflows and query API data for enterprise repositories?

Yes, you can trigger GitHub workflows and query API data for enterprise repositories by calling REST and GraphQL endpoints via gh CLI. The automation orchestrates workflow triggers and API queries seamlessly across both cloud and enterprise environments.

What's the best way to manage bulk repository settings and permissions via GitHub APIs?

Manage bulk repository settings and permissions by orchestrating GitHub REST and GraphQL API calls through the gh CLI. This approach automates repository configurations, clones, and permission grants efficiently across multiple repositories.

Do I need an authenticated gh CLI session to automate GitHub operations?

Yes, an authenticated gh CLI session is required to automate GitHub operations. The gh CLI handles authentication and executes PR, issue, repository, and workflow operations through REST and GraphQL endpoints in both cloud and enterprise environments.

Does GitHub API automation work with both REST and GraphQL endpoints for workflow tasks?

GitHub API automation works with both REST and GraphQL endpoints for workflow tasks. The gh CLI orchestrates these endpoints to trigger workflows, manage pull requests, handle issues, and query repository data across cloud and enterprise environments.