github

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

18.1k|2.3k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/RightNow-AI/openfang --skill github-rightnow-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-skills/bundled/github
Command: npx skills add https://github.com/RightNow-AI/openfang --skill github-rightnow-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines your GitHub workflow, allowing you to manage repositories, pull requests, issues, and Actions efficiently.

Core Features & Use Cases

  • Pull Request Management: Create, review, and merge pull requests with clear titles and descriptions.
  • Issue Triage: Organize and label issues for better project management.
  • CI/CD Monitoring: Track GitHub Actions workflows and debug failures.
  • Use Case: Automatically create a pull request for a new feature branch, ensuring all CI checks pass before merging, and then delete the branch.

Quick Start

Use the github skill to create a pull request for the current branch with an auto-generated title and body.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub pull requests and issues from the command line?

You can manage GitHub pull requests and issues using the gh CLI and GitHub APIs to create, review, merge, and triage repository items efficiently. This approach streamlines organizing labels and merging feature branches.

What's the best way to automate pull request creation for a new feature branch?

The best way to automate pull request creation is using gh CLI commands to generate titles and descriptions, monitor CI checks, and merge the branch upon successful validation. This ensures automated repository workflow management.

Do I need to install and authenticate the gh CLI to monitor GitHub Actions workflows?

Yes, you need to install and authenticate the gh CLI to securely monitor GitHub Actions workflows and debug CI/CD pipeline failures. Authentication is required for accessing repository operations and tracking workflow status.

How does issue triage work when managing GitHub repositories programmatically?

Issue triage works by using GitHub APIs to organize, label, and categorize issues for better project management. This facilitates tracking repository issues efficiently without navigating the web interface.

Can I track GitHub Actions CI/CD pipelines and debug failures automatically?

Yes, you can track GitHub Actions CI/CD pipelines and debug failures by leveraging GitHub APIs and gh CLI. This allows you to monitor workflow runs and identify pipeline errors directly from your environment.

Why do my GitHub repository operations fail when trying to merge pull requests automatically?

GitHub repository operations may fail during automatic pull request merging if CI checks have not passed or gh CLI authentication is invalid. Ensuring all workflow validations succeed before merging prevents these operational failures.