github

Automate GitHub repository management tasks using the gh CLI.

30|5|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/phuetz/code-buddy --skill github-phuetz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/phuetz/code-buddy/tree/main/.codebuddy/skills/bundled/github
Command: npx skills add https://github.com/phuetz/code-buddy --skill github-phuetz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates GitHub management into a single interface using the gh CLI, eliminating repetitive manual navigation through GitHub's web UI.

Core Features & Use Cases

  • Issue & PR Management: List, view, comment, close, and merge pull requests; create and assign issues; track status across multiple repos.
  • CI & Releases: Monitor workflow runs, view logs, and publish releases or assets from repositories.
  • API & Automation: Query repository data via gh api for custom reports and automate repetitive tasks across projects.

Quick Start

Start by listing open pull requests with gh pr list and view details with gh pr view <number>.

Frequently Asked Questions about github

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

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

You can manage GitHub pull requests and issues across multiple repositories by running gh CLI commands to list, view, comment, close, and merge them, eliminating manual navigation through GitHub's web UI.

Can I monitor GitHub CI workflow runs and view logs from the command line?

Yes, you can monitor GitHub CI workflow runs and view logs directly from the command line using the gh CLI to track status and identify failures across your repositories.

Do I need the gh CLI installed and authenticated to manage GitHub releases?

Yes, you need the gh CLI installed and authenticated to manage GitHub releases, which allows you to publish releases and upload assets directly from your repositories.

What is the best way to query custom repository data for GitHub automation reports?

The best way to query custom repository data for GitHub automation reports is using the gh api command, which allows you to retrieve specific data points and automate repetitive tasks across projects.

How do I create and assign GitHub issues across multiple projects at once?

You can create and assign GitHub issues across multiple projects by executing gh CLI commands, consolidating repository management into a single automated interface for faster operations.