github

Automates GitHub issues, pull requests, workflow runs, and API queries via gh CLI.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/BoraPerusic/agents --skill github-boraperusic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/BoraPerusic/agents/tree/main/skills/to%20try/github
Command: npx skills add https://github.com/BoraPerusic/agents --skill github-boraperusic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub tasks such as managing issues, pull requests, CI runs, and API queries can be time-consuming. This skill automates these tasks through the gh CLI, reducing manual overhead and improving consistency.

Core Features & Use Cases

  • Interact with issues and PRs (view, create, update, labels, and assignees)
  • Inspect workflow runs and CI status across repositories
  • Query GitHub data using gh api for advanced reporting or automation

Quick Start

Ask the AI to inspect PR checks for a given PR in a repository using gh.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub issue and pull request management from chat?

Automate GitHub issues and pull requests by using the gh CLI to view, create, and update labels or assignees directly through conversational commands, reducing manual overhead and improving consistency.

Can I check CI workflow run status across GitHub repositories?

Yes, you can inspect CI workflow runs and status across repositories by executing gh CLI commands, allowing you to monitor continuous integration checks without leaving your chat environment.

Do I need to specify a repository to run gh commands in a non-git directory?

Yes, you must scope explicit repositories with the --repo flag when executing gh commands in non-git directories to ensure API queries and PR inspections target the correct repository.

What is the best way to query GitHub API for advanced reporting?

Query GitHub data for advanced reporting or automation by using the gh api command, which enables direct API requests to extract repository information beyond standard issue and PR management.

How do I inspect PR checks for a specific pull request using gh?

Inspect PR checks by asking the AI to run gh CLI commands targeting a specific pull request in a repository, returning the continuous integration status and review details for that PR.