github

Automate GitHub tasks from the command line using the gh CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paulovictor237/PeveAgent --skill github-paulovictor237
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/paulovictor237/PeveAgent/tree/main/.agents/skills/github
Command: npx skills add https://github.com/paulovictor237/PeveAgent --skill github-paulovictor237

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates GitHub tasks from the command line using the gh CLI, reducing manual steps and speeding up development workflows.

Core Features & Use Cases

  • Manage pull requests, issues, and CI workflows from the terminal
  • Retrieve detailed data via gh api with simple field filtering
  • Use in automation and scripting across multiple repositories
  • Use case: monitor PR CI status across many repos and alert when failures occur

Quick Start

Ask the AI to list open PRs in a repository using gh pr list --repo owner/repo

Frequently Asked Questions about github

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

FAQPage Schema
How do I check PR CI status from the command line?

Check PR CI status from the command line using the gh CLI to list workflows, view specific runs, and retrieve detailed data via gh api with field filtering. It automates monitoring across multiple repositories.

What's the best way to automate GitHub tasks across multiple repositories?

Automate GitHub tasks across multiple repositories by enforcing repository scoping with the --repo flag when not in a git directory. This supports automation and scripting for managing pull requests, issues, and CI workflows.

Do I need the gh binary installed to manage pull requests from the terminal?

Yes, you need the gh binary installed to manage pull requests from the terminal. The automation covers scenarios like checking CI status and retrieving data via gh api for specific fields using simple commands.

Can I use gh api to retrieve specific fields with JSON output filtering?

Yes, you can use gh api to retrieve specific fields with JSON output filtering. It supports JSON output and jq filtering to extract precise data from GitHub workflows, pull requests, and issues.

How do I list open pull requests in a repository using the CLI?

List open pull requests in a repository using the CLI by executing gh pr list with the --repo owner/repo flag. This enforces repository scoping when you are not working inside a git directory.