github

Automate GitHub operations with the gh CLI for issues, PRs, and CI.

237|33|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/suitedaces/my-agent --skill github-suitedaces
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/suitedaces/my-agent/tree/main/skills/github
Command: npx skills add https://github.com/suitedaces/my-agent --skill github-suitedaces

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates GitHub operations by driving the gh CLI to manage issues, pull requests, CI runs, and API calls, reducing manual steps and context switching.

Core Features & Use Cases

  • Manage pull requests: list, view, and check CI status across repositories.
  • Operate issues and comments: create, assign, and comment via gh.
  • API access: fetch PR data or repository information using gh api for automation.
  • Output structured data: leverage --json and --jq for consumable results.

Quick Start

Interact with a GitHub repository by listing open PRs in the current repo or in a specified owner/repo, and check the latest CI run.

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 CI checks across multiple repositories?

Automating GitHub pull requests and CI checks involves using the gh CLI to list PRs, view runs, and check CI status across repositories, leveraging the --repo flag for non-repo directories.

Can I get structured JSON output from gh api for repository automation?

Yes, you can get structured JSON output from gh api by using the --json and --jq flags to query and format repository data for consumable automation results.

Do I need gh CLI installed and authenticated to manage GitHub issues automatically?

Yes, managing GitHub issues automatically requires the gh CLI to be installed and authenticated to perform actions like creating, assigning, and commenting on issues.

What is the best way to fetch repository data using gh api for CI runs?

The best way to fetch repository data using gh api for CI runs is to query endpoints with structured --json output, allowing you to view runs and check CI status efficiently.

How do I operate on issues and comments in a specified owner/repo via gh?

Operate on issues and comments in a specified owner/repo via gh by using the --repo flag to target non-repo directories, enabling you to create, assign, and comment on issues.