github

Automate GitHub PR management, issue triage, and Actions monitoring via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub collaboration can be time-consuming and error-prone when managing PRs, issues, reviews, and Actions across repositories.

Core Features & Use Cases

  • PR creation and updates using gh pr commands with automated details
  • Issue triage, labeling, and milestone management
  • Code review guidance and automated checks monitoring
  • Actions workflow monitoring and quick diagnostics

Quick Start

Create a PR from your feature branch, populate its details with gh pr create --fill, and review CI status before merging.

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 creation and populate details automatically?

You can automate pull request creation by running gh pr create --fill to populate details automatically, then check CI status before merging to streamline your GitHub collaboration workflow.

What is the best way to triage and manage GitHub issues using the command line?

Triage and manage GitHub issues using gh CLI commands for issue triage, labeling, and milestone management, allowing you to automate issue organization across personal and team projects directly from the command line.

How do I monitor GitHub Actions workflow status and diagnose failures?

Monitor GitHub Actions workflows and run quick diagnostics through gh CLI API interactions, which provide real-time CI status checks and automated monitoring to identify and resolve workflow failures quickly.

Can I use gh CLI commands for both personal and team repository administration?

Yes, gh CLI commands support repository administration across both personal and team projects, offering safety guards and best-practices guidance for PR management, code reviews, and label management tasks.

Does GitHub automation with gh api support custom label management and API interactions?

GitHub automation supports custom label management and API interactions through the gh api command, enabling repository administration and issue triage with safety guards and best-practices guidance for developers.