github

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex GitHub operations, from managing pull requests and issues to automating CI/CD workflows, reducing manual effort and potential errors.

Core Features & Use Cases

  • Pull Request Management: Create, review, and merge pull requests efficiently.
  • Issue Tracking: Triage, label, and manage issues for better project organization.
  • CI/CD Automation: Monitor and debug GitHub Actions workflows.
  • Use Case: Automatically create a pull request for a new feature branch, ensuring it has a clear title and description, and then monitor its 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 structured descriptions?

You can automate pull request creation by using the gh CLI to generate PRs with structured descriptions. This skill streamlines the process by automatically filling in the title and description details for the current branch.

What is the best way to monitor CI/CD pipeline checks before merging a pull request?

Monitoring CI/CD pipeline checks before merging is managed through GitHub Actions workflows. The skill verifies CI checks directly, ensuring that automated pipeline validations pass successfully before a pull request is merged.

Can I manage and triage GitHub issues automatically?

Yes, you can manage and triage GitHub issues automatically. The skill facilitates issue tracking by allowing you to label, triage, and manage issues, which helps maintain better project organization.

Does the GitHub automation skill require any external dependencies?

No, the GitHub automation skill requires no external dependencies. It operates independently using the gh CLI and GitHub APIs to manage repositories, pull requests, issues, and Actions workflows.

How do I debug failing GitHub Actions workflows?

Debugging failing GitHub Actions workflows is supported by the skill's CI/CD automation features. It monitors and helps identify issues within your GitHub Actions workflows, reducing the manual effort needed to troubleshoot pipeline failures.