github

Automate GitHub issue and PR management using the gh CLI.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/chengyihua/nanobot-ts --skill github-chengyihua
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/chengyihua/nanobot-ts/tree/main/skills/github
Command: npx skills add https://github.com/chengyihua/nanobot-ts --skill github-chengyihua

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub workflow management and PR/issue operations can be tedious when done manually. This Skill provides a command-line driven interface to interact with GitHub, speeding up repetitive tasks and enabling automation in development workflows.

Core Features & Use Cases

  • gh pr checks: Check CI status and pull request details.
  • Workflow queries: List or view recent workflow runs for a repo.
  • API access: Retrieve data with gh api for advanced queries.
  • Use cases include automating release notes generation, PR status dashboards, and repository audits.

Quick Start

List open pull requests in a repository and show their latest status using gh.

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 command line?

Check pull request CI status from the command line by running gh pr checks. This retrieves CI status and pull request details to verify workflow completion before merging code.

Can I list GitHub workflow runs for a repository outside of a git directory?

You can list GitHub workflow runs outside a git directory by using explicit --repo usage with gh run list. This queries repository data and recent workflow runs without requiring local clones.

How do I automate GitHub issue and PR management in CI pipelines?

Automate GitHub issue and PR management in CI pipelines using the gh CLI. It supports command-line driven interactions to speed up repetitive tasks and query repository data for automation scripts.

What is the best way to retrieve advanced repository data using gh api?

Retrieve advanced repository data using gh api for custom queries. This provides direct API access to fetch specific repository information needed for tasks like repository audits or release notes generation.

Does the gh CLI work for automating release notes generation and repository audits?

The gh CLI works for automating release notes generation and repository audits by querying workflow runs and pull request statuses. It enables command-line driven repository data extraction for development workflows.