github

Automate GitHub issues, pull requests, CI runs, and API queries via gh CLI.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/peerasak-u/pi-config --skill github-peerasak-u
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/peerasak-u/pi-config/tree/main/skills/github
Command: npx skills add https://github.com/peerasak-u/pi-config --skill github-peerasak-u

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines GitHub administration by executing gh CLI commands to manage issues, pull requests, CI runs, and advanced queries from a centralized skill context.

Core Features & Use Cases

  • Manage issues and pull requests via gh issue, gh pr, and gh api to fetch and update state.
  • Monitor CI workflow runs and view logs for failed steps, improving debugging efficiency.
  • Retrieve structured data from GitHub for reporting and automation in development workflows.

Quick Start

Ask the agent to check the status of a PR's CI for a given repo using gh pr checks and gh run commands.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the status of a pull request's CI workflow runs?

Yes, you can manage issues and pull requests from non-local git contexts by applying explicit --repo scoping or using direct URLs to fetch and update state via gh issue, gh pr, and gh api.

Do I need the gh CLI installed to automate GitHub issue and PR management?

This approach uses gh api commands to retrieve structured data from GitHub, allowing you to fetch and update repository state for reporting and automation directly within your development workflows.

What is the best way to fetch structured data from GitHub for development workflow automation?

Executing gh api commands retrieves structured data from GitHub repositories, enabling you to fetch and update state for reporting and automation directly within your development workflows.

Can I manage GitHub pull requests and issues for a repository that is not cloned locally?

Yes, you can manage issues and pull requests from non-local git contexts by applying explicit --repo scoping or using direct URLs to fetch and update state via gh issue, gh pr, and gh api.

How do I view logs for failed CI steps to improve debugging efficiency?

You can monitor CI workflow runs and view logs for failed steps by executing gh run commands, streamlining the debugging process for continuous integration issues across repositories.