github

Operate GitHub issues, pull requests, and CI workflows via the gh CLI.

6.6k|511|Updated May 6, 2026
One-click install
npx skills add https://github.com/opensquilla/opensquilla --skill github-opensquilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/bundled/github
Command: npx skills add https://github.com/opensquilla/opensquilla --skill github-opensquilla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you efficiently operate on GitHub resources without leaving your terminal, reducing time spent checking PRs, triaging issues, and reviewing CI results.

Core Features & Use Cases

  • Pull request monitoring: View PR details and check CI/status checks to support merge readiness.
  • Issue operations: Create, close, comment, and list issues for lightweight triage workflows.
  • Workflow run visibility: List, inspect, and re-run GitHub Actions runs to debug failures quickly.

Quick Start

Authenticate once by running gh auth login, then ask your agent to check PR CI status for a specific pull request in a target repository.

Frequently Asked Questions about github

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

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

You can check pull request CI status checks directly from the terminal using the gh CLI. This Skill enables terminal-based GitHub operations to view PR details and verify merge readiness without switching to a browser.

Can I triage and create GitHub issues via command line?

Yes, you can triage and create GitHub issues via command line using the gh CLI. This Skill supports lightweight issue workflows including listing, creating, commenting, and closing issues directly from your terminal.

How do I list and inspect GitHub Actions workflow runs to debug failures?

To debug GitHub Actions failures, you can list and inspect workflow runs via the gh CLI. This Skill allows you to view run logs and re-run failed GitHub Actions workflows directly from the terminal.

Do I need to install the gh CLI to manage GitHub PRs and issues?

Yes, the gh CLI must be installed and authenticated to manage GitHub PRs and issues. This Skill relies on the gh CLI presence and requires correct repository scoping via --repo flags or URLs to execute commands.

How do I query the GitHub API for structured JSON output in the terminal?

You can query the GitHub API for structured JSON output using the gh api command within the terminal. This Skill supports structured queries with jq and JSON output to retrieve specific repository data.