github

Automate GitHub repository, pull request, issue, and CI/CD operations via API.

7|4|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/koderover/devops-skills --skill github-koderover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/koderover/devops-skills/tree/main/github
Command: npx skills add https://github.com/koderover/devops-skills --skill github-koderover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually navigate the GitHub web interface for routine development operations, saving DevOps engineers, SREs, and developers hours of repetitive administrative work when managing repositories, pull requests, issues, and CI/CD pipelines.

Core Features & Use Cases

  • Repository Management: List, create, and configure GitHub repositories for personal, team, or organizational use cases.
  • Pull Request & Issue Automation: Create, review, merge pull requests, and manage issue labels, assignments, and status updates without context switching.
  • CI/CD Workflow Orchestration: Trigger, monitor, and manage GitHub Actions workflows to automate builds, tests, and deployment processes.
  • Use Case: For a team shipping daily feature updates, use this skill to automatically create pull requests when feature branches are ready, trigger deployment workflows, and track run status to speed up release cycles.

Quick Start

Use the github skill to list all open pull requests in your organization's main repository and trigger the latest successful deployment workflow.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull request creation and merge processes without the web UI?

Automating GitHub pull request creation requires token-based authentication to execute REST API requests or gh CLI commands. This approach programmatically creates, reviews, and merges pull requests without manual web UI interaction, streamlining daily feature update cycles.

What is the best way to trigger and monitor GitHub Actions CI/CD workflows via API?

Triggering GitHub Actions workflows programmatically involves using token-based authentication to send REST API requests or gh CLI commands. This orchestrates CI/CD pipelines, triggers deployment workflows, and tracks run statuses to automate builds, tests, and deployments.

Can I manage bulk GitHub repository configurations for an organization automatically?

Managing bulk GitHub repository configurations for an organization is possible via token-based authentication and REST API integration. It automates listing, creating, and configuring repositories across personal, team, or organizational use cases without manual UI interaction.

Does GitHub issue tracking automation support bulk label and assignment updates?

GitHub issue tracking automation supports bulk label and assignment updates through direct API request execution. It programmatically manages issue labels, assignments, and status updates, enabling automated issue triage without manual UI interaction.

Do I need a GitHub token to authenticate API requests for CI/CD orchestration?

Yes, token-based authentication is required to authenticate GitHub API requests for CI/CD orchestration. It validates REST API integration and gh CLI execution to securely manage repositories, pull requests, issues, and workflow triggers.

Why use gh CLI instead of direct GitHub REST API requests for repository management?

Using gh CLI instead of direct GitHub REST API requests provides a streamlined command syntax for repository management, pull request handling, and issue tracking. Both execution methods are supported to automate routine operations without manual web UI navigation.