github

Manage GitHub repositories, pull requests, issues, and Actions workflows via the gh CLI.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/0xMerl99/FangAI --skill github-0xmerl99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/0xMerl99/FangAI/tree/main/crates/openfang-skills/bundled/github
Command: npx skills add https://github.com/0xMerl99/FangAI --skill github-0xmerl99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines GitHub operations, enabling efficient management of pull requests, issues, code reviews, and automated workflows.

Core Features & Use Cases

  • Pull Request Management: Create, review, and merge PRs with best practices.
  • Issue Triage: Organize and label issues for better project tracking.
  • GitHub Actions: Monitor and manage CI/CD workflows.
  • CLI Integration: Leverages the gh CLI for robust command-line control.
  • Use Case: Automatically create a pull request for a new feature branch, ensuring it includes a clear title, description, and passes all CI checks before merging.

Quick Start

Use the github skill to create a pull request for the current branch with auto-filled details.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate pull request creation with CI checks using gh CLI?

Automate pull request creation by leveraging the gh CLI to generate structured descriptions and verify CI checks pass before merging. This ensures new feature branches meet repository standards automatically without manual intervention.

How do I manage GitHub issues with labels and milestones via command line?

Manage GitHub issues by using command line tools to organize, triage, and assign labels and milestones. This streamlines project tracking and categorizes issues efficiently for better repository maintenance.

Can I monitor GitHub Actions workflows and CI/CD runs from the terminal?

Yes, you can monitor GitHub Actions workflows and CI/CD runs directly from the terminal. Using the gh CLI allows you to track workflow execution status and manage automated pipeline operations effectively.

What is the best way to structure pull request descriptions for code reviews?

The best way to structure pull request descriptions for code reviews is to use automated templates that include clear titles and detailed summaries. This enforces best practices and provides reviewers with necessary context immediately.