github

Automate GitHub repository management tasks using the gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub operations via gh CLI can be tedious when managing PRs, issues, and CI from the command line; this skill provides a streamlined, scriptable workflow to automate common GitHub tasks.

Core Features & Use Cases

  • Manage Pull Requests: list, view, create, merge, and comment on PRs across repos.
  • Issue and CI Visibility: list, filter, and summarize issues, workflows, and run logs for debugging.
  • API Access: perform common repository data queries via gh api for stats and metadata.

Quick Start

Ask the AI to list open PRs in a repository and report each PR's status.

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 requests and issue triage across multiple repositories?

Automating GitHub pull requests and issue triage is done using the gh CLI to execute commands like gh pr list, gh issue list, and gh pr view, streamlining workflows across multiple software repositories.

What is the best way to monitor CI workflow runs and debug GitHub Actions?

Monitoring CI workflow runs and debugging GitHub Actions is handled by running gh run list and gh api commands to filter, inspect, and summarize workflow run logs and status across your repositories.

Do I need gh authentication to manage pull requests and issues via the command line?

Yes, gh authentication is required to manage pull requests and issues via the command line, as this skill requires network access and valid gh CLI credentials to interact with your GitHub repositories.

Can I use this to list, merge, and comment on pull requests programmatically?

Yes, you can list, merge, and comment on pull requests programmatically by automating the gh CLI to handle standard PR operations and manage repository interactions without manual web interface navigation.

How do I query repository stats and metadata using the GitHub API?

You query repository stats and metadata using the GitHub API by executing gh api commands, which allow you to perform common data queries and retrieve project information directly from your repository.