github

Manage GitHub issues, PRs, and workflow runs via the gh CLI.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill github-kastalien-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Kastalien-Research/kastalien-factory/tree/main/lettabot/.skills/github
Command: npx skills add https://github.com/Kastalien-Research/kastalien-factory --skill github-kastalien-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacts with GitHub from the command line using the gh CLI to streamline issue, PR, and workflow management without switching to the web UI.

Core Features & Use Cases

  • Automate PR checks and CI workflow inquiries with gh, including status checks and viewing runs.
  • Retrieve advanced data from GitHub using gh api for targeted queries and JSON outputs.
  • Always specify the repository context with --repo owner/repo when not in a git directory or when using URL-based workflows.

Quick Start

Run gh pr checks 55 --repo owner/repo to verify the CI status of a pull request.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the CI status of a pull request from the terminal?

Check the CI status of a pull request by running `gh pr checks <number> --repo owner/repo` in your terminal to view workflow runs without using the web UI.

Do I need to specify a repository name when running gh commands outside a git directory?

Yes, you must specify the target repository with `--repo owner/repo` when not in a git directory, ensuring the GitHub CLI knows exactly where to execute tasks.

How do I retrieve advanced data from GitHub using the gh api?

Retrieve advanced data from GitHub using `gh api` for targeted queries, returning structured JSON outputs directly in your terminal for software engineering workflows.

What is the best way to automate GitHub issue and PR management without a web browser?

Automate GitHub issue and PR management by leveraging the `gh` CLI to interact with repositories directly, streamlining workflow management without switching to the web UI.

Does the GitHub CLI require any specific dependencies to manage workflow runs?

The GitHub CLI requires the `gh` tool to be installed locally, allowing you to monitor CI workflows and manage pull requests natively from your command line environment.