github

Manage GitHub repositories via the gh CLI for issues, pull requests, CI/CD, and releases.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/goclaw-skills --skill github-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/jholhewres/goclaw-skills/tree/main/skills/github
Command: npx skills add https://github.com/jholhewres/goclaw-skills --skill github-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, allowing for efficient management of issues, pull requests, CI/CD pipelines, and releases directly from the command line.

Core Features & Use Cases

  • Issue Management: Create, view, list, and close GitHub issues.
  • Pull Request Workflow: Create, view, merge, and check the status of pull requests.
  • CI/CD Automation: Monitor and re-run GitHub Actions workflows.
  • Release Management: Create, view, and upload assets for GitHub releases.
  • Use Case: When a bug is reported, you can use this skill to quickly create a new issue, assign it to a developer, and track its progress through to a merged pull request and release.

Quick Start

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

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub issues and pull requests from the command line?

You can manage GitHub issues and pull requests from the command line by using the gh CLI to create, view, list, close, and merge them directly. This streamlines repository tracking without needing the web interface.

Can I monitor and re-run GitHub Actions workflows using the gh CLI?

Yes, you can monitor and re-run GitHub Actions CI/CD workflows using the gh CLI. This allows you to check pipeline statuses and trigger automated builds directly from your terminal environment.

What do I need to automate GitHub releases and upload assets?

To automate GitHub releases and upload assets, you need the gh CLI installed and authenticated. Once configured, you can create, view, and manage release assets directly from your command line.

Does GitHub repository management via CLI require authentication?

Yes, GitHub repository management via the gh CLI requires authentication. You must install and authenticate the gh CLI to perform operations like issue tracking, pull request lifecycle management, and CI/CD monitoring.

What is the best way to track a bug from issue creation to a merged pull request?

The best way to track a bug from issue creation to a merged pull request is using the gh CLI. You can create an issue, assign it to a developer, and monitor its progress through to the final release.

When should I use a CLI tool for GitHub repository management instead of the web interface?

You should use a CLI tool for GitHub repository management when you need to streamline workflows directly from the terminal, enabling efficient batch operations for issues, pull requests, CI pipelines, and releases.