github

Manage GitHub repositories, issues, and CI/CD pipelines via the gh CLI.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill github-ammonfife
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/github
Command: npx skills add https://github.com/ammonfife/sakima.co --skill github-ammonfife

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines GitHub management tasks by using the 'gh' CLI, simplifying access to key operations and information.

Core Features & Use Cases

  • Pull Request Management: Checking PR status, creating, reviewing, and merging PRs.
  • Issue Handling: Listing, creating, closing, and commenting on issues.
  • CI/Workflow Run Insights: Viewing and rerunning CI/workflow run statuses and logs.
  • API Querying: Performing queries to fetch repository data and other relevant information.
  • Use Case: Quickly view and review PRs and their statuses in your GitHub repository to manage workflow progress effectively.

Quick Start

Run the command 'gh pr list --repo owner/repo' to list pull requests for the repository.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage pull requests directly from the command line?

Use the 'gh' CLI to check pull request status, create, review, and merge pull requests directly from the command line without navigating the web interface.

Can I automate GitHub issue handling using the terminal?

Yes, you can automate GitHub issue handling by executing operational commands with the 'gh' CLI to list, create, comment on, and close repository issues efficiently.

How do I view and rerun GitHub Actions workflow statuses without leaving the terminal?

You can view and rerun GitHub Actions workflow statuses by executing 'gh' CLI commands to fetch CI pipeline run logs and trigger workflow reruns directly from your terminal.

Do I need the GitHub CLI installed to interact with repositories via scripts?

Yes, you need the GitHub CLI ('gh') correctly installed and configured with API access to execute operational commands for repository data querying and CI/CD pipeline automation.

What is the best way to fetch repository data for automated administrative tasks?

The best way to fetch repository data for automated administrative tasks is performing API queries with the 'gh' CLI to retrieve relevant repository information and manage workflows.

Are there limitations when using 'gh' CLI for CI pipeline management?

The primary limitation is that 'gh' CLI CI pipeline management requires correctly installed and configured API access, making it best suited for administrative roles maintaining issue and pipeline systems.