github

Automate GitHub repository operations via gh CLI and GitHub APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines GitHub operations, making it easier to manage pull requests, issues, code reviews, and CI/CD workflows efficiently.

Core Features & Use Cases

  • Pull Request Management: Create, review, and merge PRs with best practices.
  • Issue Triage: Organize and manage issues using labels and milestones.
  • CI/CD Monitoring: Track and debug GitHub Actions workflows.
  • Use Case: Quickly create a pull request from your current branch, automatically fill in details from your commit messages, and ensure all CI checks are passing 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 from my current branch?

You can automate pull request creation by using the gh CLI to generate a PR from your current branch, automatically filling in details from your commit messages to streamline PR lifecycle management and ensure accurate documentation.

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

Triage GitHub issues by organizing and managing them through automated label assignments and milestone tracking via GitHub APIs. This ensures efficient issue management by categorizing tasks systematically without manual sorting overhead.

Can I debug GitHub Actions workflows and CI/CD pipelines programmatically?

Debugging GitHub Actions workflows programmatically is supported through GitHub API integrations that track and monitor CI/CD pipelines. This allows you to identify failing checks and monitor workflow status directly from your terminal.

Does the github skill support code review automation for pull requests?

Code review automation for pull requests is fully supported, allowing you to review and merge PRs with best practices. It leverages GitHub APIs to facilitate efficient collaboration throughout the code review process.

How do I ensure all CI checks are passing before merging a pull request?

Ensure CI checks pass before merging a pull request by monitoring GitHub Actions workflows through the gh CLI. The skill tracks pipeline status and validates that all required CI/CD checks are successful prior to finalizing the merge.

What are the limitations of using gh CLI for repository operations?

Using gh CLI for repository operations requires a properly configured local Git environment and authenticated CLI access. Complex GitHub Actions workflow debugging may still require direct web interface interaction for deep pipeline log analysis.