github

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

6|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill github-fgarofalo56
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric/tree/main/.github/skills/github
Command: npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill github-fgarofalo56

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines complex and repetitive GitHub operations, allowing you to manage repositories, issues, pull requests, and CI/CD workflows efficiently without leaving your current environment.

Core Features & Use Cases

  • Repository Management: Clone, create, fork, and manage files within repositories.
  • Issue & PR Workflow: Create, list, edit, merge, and review issues and pull requests.
  • CI/CD Automation: Trigger, monitor, and manage GitHub Actions workflows and artifacts.
  • Security & Compliance: Monitor code scanning, Dependabot, and secret scanning alerts.
  • Use Case: Automatically create a pull request for a new feature branch, assign reviewers, and merge it once all checks pass.

Quick Start

Use the github skill to list all open pull requests in the current repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull request workflows and code reviews?

Automating GitHub pull request workflows involves creating branches, opening pull requests, assigning reviewers, and merging once CI/CD checks pass. This Skill uses the gh CLI to execute these PR and code review operations deterministically without manual intervention.

What is the best way to manage GitHub Actions CI/CD pipelines from the command line?

Managing GitHub Actions CI/CD pipelines from the command line requires triggering, monitoring, and managing workflows and artifacts. This Skill provides comprehensive operations via the gh CLI to handle these CI/CD automation tasks efficiently within your current environment.

Can I monitor Dependabot and code scanning alerts using the GitHub CLI?

You can monitor Dependabot, code scanning, and secret scanning alerts using the GitHub CLI. This Skill enables security and compliance monitoring by executing commands to retrieve and review these security alerts directly from your environment.

Do I need the gh CLI installed to manage GitHub repository operations?

You need the gh CLI installed to manage GitHub repository operations using this Skill. It relies on the gh CLI to perform repository management tasks such as cloning, creating, forking, and managing files within repositories.

How do I handle GitHub issue tracking and Discussions without leaving my terminal?

Handling GitHub issue tracking and Discussions without leaving your terminal is possible via the gh CLI. This Skill enables you to create, list, and edit issues, manage discussions, and handle notifications directly through command line execution.