github

Automate GitHub repository, issue, PR, and CI operations via the gh CLI.

636|136|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/swarmclawai/swarmclaw --skill github-swarmclawai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/swarmclawai/swarmclaw/tree/main/skills/github
Command: npx skills add https://github.com/swarmclawai/swarmclaw --skill github-swarmclawai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines GitHub workflows by issuing commands through the gh CLI to manage repositories, issues, PRs, and CI checks in a scriptable, repeatable way.

Core Features & Use Cases

  • Manage pull requests: list, view, create, and merge PRs.
  • Track issues: list, view, create, and comment on issues.
  • Monitor CI: check run status and retrieve logs for PRs or commits.
  • Query repository data via gh api for customized insights.

Quick Start

Authenticate with gh and begin managing GitHub issues, PRs, and CI checks from the command line.

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 status checks and issue triage using the command line?

Automate pull request status checks and issue triage by issuing scriptable commands through the gh CLI to manage repositories, PRs, issues, and CI checks. This provides a repeatable way to handle GitHub workflows directly from the terminal.

What is the best way to manage GitHub issues and PRs without using the web interface?

The best way to manage GitHub issues and PRs without the web interface is using the gh CLI. You can list, view, create, comment on, and merge pull requests and issues in a fast, safe, and scriptable manner.

Do I need to install and authenticate the gh CLI to monitor CI check runs?

Yes, you need the gh CLI installed and authenticated to monitor CI check runs. Once authenticated, you can check run status and retrieve logs for pull requests or commits safely.

Can I query repository data and customize insights via the GitHub API?

Yes, you can query repository data and customize insights by using the gh api command. This allows you to retrieve customized repository data beyond the standard issue and pull request management features.

Are there safe usage boundaries to prevent destructive actions when automating GitHub workflows?

Yes, safe usage boundaries are applied to prevent destructive actions when automating GitHub workflows. This ensures that managing repositories, issues, PRs, and CI checks remains fast and safe during scriptable operations.