github

Automate GitHub repository operations via the gh CLI.

2|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/simplefarmer69/ape-claw --skill github-simplefarmer69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/simplefarmer69/ape-claw/tree/main/data/forge-skills/github
Command: npx skills add https://github.com/simplefarmer69/ape-claw --skill github-simplefarmer69

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, automating common tasks related to issues, pull requests, and continuous integration workflows.

Core Features & Use Cases

  • Issue Management: Create, list, and comment on GitHub issues.
  • Pull Request Operations: List, view, create, and merge pull requests.
  • CI/Workflow Monitoring: Check the status and view logs of GitHub Actions runs.
  • API Queries: Fetch specific data from GitHub using the gh api command.
  • Use Case: You need to quickly check the status of all open pull requests for a specific repository and ensure their CI checks are passing before merging.

Quick Start

Use the github skill to list all open pull requests for the repository 'owner/repo'.

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 management and issue triage?

Automate GitHub pull request management and issue triage by using this Skill to list, view, create, and merge pull requests or issues via the `gh` CLI. It streamlines repository operations by executing commands to monitor PRs and triage issues automatically.

Can I check GitHub Actions CI workflow status and view run logs?

Check GitHub Actions CI workflow status and view run logs by triggering this Skill to monitor workflows. It retrieves the status of GitHub Actions runs and fetches specific CI logs through the `gh` CLI to help review continuous integration outputs.

Do I need `gh` CLI authentication to manage GitHub repositories?

Yes, `gh` CLI authentication is required to manage GitHub repositories. This Skill relies on the `gh` CLI configuration to access GitHub resources, meaning you must authenticate your local environment before automating issues, PRs, or CI checks.

What is the best way to list all open pull requests for a specific repository?

The best way to list all open pull requests for a specific repository is to instruct this Skill with the target repository name. It uses the `gh` CLI to query the repository and return a list of open PRs, allowing you to quickly review their status before merging.

How do I fetch specific data from GitHub using the API?

Fetch specific data from GitHub using the API by utilizing this Skill's ability to execute `gh api` commands. It automates GitHub API queries to retrieve targeted repository data, extending beyond standard issues and PRs to custom endpoints.

Can I use this to comment on GitHub issues automatically?

Yes, you can use this to comment on GitHub issues automatically. The Skill supports issue management operations including creating, listing, and commenting on issues within your GitHub repositories through automated `gh` CLI commands.