github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your GitHub workflow, enabling efficient management of pull requests, issues, code reviews, and CI/CD pipelines.

Core Features & Use Cases

  • Pull Request Management: Create, review, and merge pull requests seamlessly.
  • Issue Tracking: Triage, label, and manage issues effectively.
  • CI/CD Monitoring: Watch GitHub Actions workflows and debug failures.
  • Use Case: Automatically create a pull request from your current branch, fill in the title and description from your commit messages, and then check the CI status before merging.

Quick Start

Use the github skill to create a pull request from the current branch and fill in the details from your commits.

Frequently Asked Questions about github

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

FAQPage Schema
How do I create a pull request and automatically fill in details from commit messages?

You can manage GitHub pull requests by using the github skill to automatically create them from your current branch. It extracts titles and descriptions from commit messages, then verifies CI status before merging.

Can I monitor GitHub Actions workflows and debug CI/CD failures?

Yes, you can monitor GitHub Actions workflows and debug CI/CD failures using this skill. It watches workflow runs, reports CI status, and helps identify pipeline failures to facilitate efficient debugging.

What is the best way to triage GitHub issues with labels and milestones?

The best way to triage GitHub issues with labels and milestones is using the github skill. It facilitates efficient issue tracking by managing and labeling repository issues directly through the GitHub APIs and gh CLI.

Does this tool require the gh CLI to manage code reviews?

Yes, managing code reviews and repositories requires the gh CLI. The skill uses the gh CLI and GitHub APIs to facilitate pull request reviews, issue tracking, and Actions workflows.

Why should I check CI status before merging a pull request?

You should check CI status before merging a pull request to prevent introducing failing code. The skill verifies GitHub Actions workflows and CI status to ensure continuous integration passes prior to merging branches.