github

Manage GitHub repositories, pull requests, and issues via the GitHub CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AndersonsRepo/AI-Harness --skill github-andersonsrepo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/AndersonsRepo/AI-Harness/tree/main/.claude/skills/github
Command: npx skills add https://github.com/AndersonsRepo/AI-Harness --skill github-andersonsrepo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub repositories, simplifying the management of pull requests, issues, and general repository information.

Core Features & Use Cases

  • Pull Request Management: List, view, create, and merge pull requests efficiently.
  • Issue Tracking: List, create, close, and comment on GitHub issues.
  • Repository Information: Quickly view details about the current repository.
  • Use Case: As a developer, you can use this Skill to quickly list all open PRs for a project, view the details of a specific PR, and even initiate the merge process after a review.

Quick Start

Use the github skill to list the 5 most recent open pull requests.

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 from the command line?

You can manage GitHub pull requests by listing, viewing, creating, and merging them directly through authenticated GitHub CLI commands. This allows developers to handle the entire PR review and merge workflow without leaving the terminal.

How do I create and close GitHub issues automatically?

To create and close GitHub issues, you use specific CLI commands to generate new tickets, comment on existing threads, and close them upon resolution. This streamlines issue tracking and repository management tasks.

Do I need to install the GitHub CLI to view repository details?

Yes, viewing repository details requires the GitHub CLI for authenticated access. The Skill integrates directly with the CLI to securely fetch and display current repository information and metadata.

What is the best way to list open pull requests for a project?

The best way to list open pull requests is by executing a targeted GitHub CLI command to retrieve recent active PRs. This quickly surfaces all pending code reviews for your current repository.

Can I comment on GitHub issues using command line tools?

Yes, you can comment on GitHub issues using specific commands routed through the GitHub CLI. This provides authenticated access to interact with issue threads and add updates directly from your environment.