github

Automate GitHub workflow tasks using the gh CLI.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/francoisbgdw/claude-skills --skill github-francoisbgdw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/francoisbgdw/claude-skills/tree/main/skills/github
Command: npx skills add https://github.com/francoisbgdw/claude-skills --skill github-francoisbgdw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates GitHub workflow tasks from the command line using the gh CLI to streamline PR reviews, issue management, and CI/CD operations.

Core Features & Use Cases

  • PR management: List, view, create, review, and merge pull requests using gh pr commands.
  • Issue management: List, create, update, close issues and link them to PRs.
  • Workflow & repository operations: Trigger, monitor, and view GitHub Actions runs; view releases; inspect repo stats via gh.
  • Use Case: Maintainers can auto-assign reviewers, gate PR merges on checks, and orchestrate routine repo tasks from the command line.

Quick Start

List open PRs with gh pr list, inspect a PR with gh pr view <number>, and proceed to automate routine tasks using the commands shown.

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 request reviews and issue management from the command line?

You can automate GitHub pull request reviews and issue management from the command line using the gh CLI to list, view, create, review, and merge pull requests or close and link issues across your repositories.

Can I trigger and monitor GitHub Actions CI/CD workflows with the gh CLI?

Yes, you can trigger and monitor GitHub Actions CI/CD workflows with the gh CLI to view workflow runs, check release statuses, and orchestrate routine repository operations directly from a Unix-like shell environment.

Do I need to authenticate the gh CLI before automating repository operations?

Yes, you need to authenticate the gh CLI to your repository before automating operations, as it requires valid credentials to interact with public or private repositories for PR reviews and issue triage.

What is the best way to manage routine repository tasks for large teams using GitHub?

The best way to manage routine repository tasks for large teams using GitHub is automating with the gh CLI, which enables you to auto-assign reviewers, gate PR merges on checks, and perform API interactions.

Does this GitHub automation approach work for both public and private repositories?

Yes, this GitHub automation approach works for both public and private repositories, supporting commands for pr, issue, run, release, and api interactions once the gh CLI is authenticated to the target repository.

What are the limitations of using the gh CLI for GitHub workflow automation?

A limitation of using the gh CLI for GitHub workflow automation is that it is designed to operate exclusively in a Unix-like shell environment, which may restrict execution on native Windows systems without a compatible terminal.