github

Execute gh CLI commands to fetch GitHub issues, PRs, and CI status.

29|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/whanyu1212/Krill.jl --skill github-whanyu1212
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/whanyu1212/Krill.jl/tree/main/context/skills/github
Command: npx skills add https://github.com/whanyu1212/Krill.jl --skill github-whanyu1212

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate GitHub interactions by executing gh CLI commands to fetch issues, PRs, repository info, and CI status, reducing manual checks and speeding up workflows.

Core Features & Use Cases

  • Manage issues and pull requests across repositories with structured JSON outputs
  • Retrieve repository metadata, CI status, and activity to monitor health and changes
  • Script automated checks and reporting for audits, releases, or integration workflows

Quick Start

Ask the GitHub skill to fetch open issues for owner/repo in JSON format.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate fetching GitHub issues and pull requests across multiple repositories?

Automate fetching GitHub issues and pull requests by executing gh CLI commands with the -R/--repo flag to target specific repositories. The Skill enforces repo targeting and extracts structured JSON outputs using --json and --jq, enabling automated checks across single or multiple repos for fast insights.

Can I retrieve repository metadata and CI status using the GitHub API?

Retrieve repository metadata and CI status by executing gh CLI commands or advanced gh api queries. The Skill automates these GitHub API interactions to monitor repository health, track activity, and extract structured results, reducing manual checks and speeding up integration workflows.

What is the best way to list open pull requests in JSON format for automated reporting?

The best way to list open pull requests in JSON format is using gh CLI commands with --json and --jq flags for structured extraction. This Skill automates the process by enforcing repo targeting with -R/--repo, ensuring compact and safe outputs for your automated reporting workflows.

Does the GitHub CLI support jq for filtering CI status and repository activity data?

The GitHub CLI supports jq for filtering CI status and repository activity data through the --json and --jq flags. The Skill leverages this capability to extract structured results from gh api responses, allowing targeted queries and compact outputs for monitoring repository health and changes.

How do I check repository activity and health without manual GitHub dashboard checks?

Check repository activity and health without manual dashboard checks by automating gh CLI commands to fetch issues, PRs, and CI status. The Skill retrieves repository metadata and activity using structured JSON outputs and advanced gh api queries, enabling script-automated checks and reporting for audits or releases.

Limitations of using gh CLI commands for automated GitHub repository interactions?

Limitations of using gh CLI commands for automated GitHub repository interactions include the strict requirement to enforce repo targeting with -R/--repo for every operation. The Skill mitigates this by encouraging safe, compact outputs and providing clear usage guidance for advanced gh api queries to prevent untargeted actions.