github

Manage GitHub issues, pull requests, CI runs, and queries via gh CLI.

1|1|Updated Jun 8, 2025
One-click install
npx skills add https://github.com/SALDAPAL/microclaw --skill github-saldapal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/SALDAPAL/microclaw/tree/main/skills/built-in/github
Command: npx skills add https://github.com/SALDAPAL/microclaw --skill github-saldapal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interacting with GitHub via the command line can be slow and error-prone when switching between chat and terminal. This skill brings gh CLI access into your chat flow, enabling quick repository management without leaving the conversation.

Core Features & Use Cases

  • Use gh issue to list, create, and comment on issues across repositories.
  • Use gh pr to view, review, merge, and monitor pull requests.
  • Use gh run and gh api for CI status checks and advanced data queries across projects.

Quick Start

Ask me to list open PRs in a repository using gh pr list --repo owner/repo.

Frequently Asked Questions about github

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

FAQPage Schema
How do I manage GitHub pull requests and issues without leaving my chat window?▼

You can manage GitHub pull requests and issues directly in chat by using gh CLI commands to list, create, and comment on repository items without switching to a terminal.

Can I check CI run statuses across multiple repositories from a single conversation?▼

Yes, you can check CI run statuses across multiple repositories by executing gh run commands, allowing you to monitor continuous integration checks directly within your chat flow.

How do I review and merge pull requests in chat for a specific owner and repository?▼

To review and merge pull requests, you apply the gh pr command with the --repo owner/repo target, enabling you to view, review, and merge PRs for any specified repository.

What is the best way to run advanced GitHub data queries when I am not in a local git directory?▼

When not in a local git directory, the best way to run advanced GitHub data queries is using gh api commands combined with the --repo owner/repo target for complex data retrieval.

Does this GitHub automation approach work for project maintenance and code reviews?▼

Yes, this GitHub automation approach works for project maintenance and code reviews by interfacing with the gh CLI to administer repositories and manage pull request reviews across projects.