github-cli

Explore repositories and manage issues and PRs via the gh CLI.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/arendon1/agent-skills --skill github-cli-arendon1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-cli
Source: https://github.com/arendon1/agent-skills/tree/main/github-cli
Command: npx skills add https://github.com/arendon1/agent-skills --skill github-cli-arendon1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The github-cli skill enables agents to interact with GitHub purely through the gh CLI, eliminating the need for visual navigation to explore repositories, manage issues and PRs, and search code.

Core Features & Use Cases

  • Repository exploration and status checks via gh repo view, PR listings, and code search.
  • Issue and PR management, including listing, reviewing, and diff operations.
  • Use case: When assessing a new project, quickly inventory its structure, issues, and recent activity to plan next steps.

Quick Start

Ask the agent to run a repository learn workflow with gh to inspect a target repo.

Frequently Asked Questions about github-cli

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

FAQPage Schema
How do I automate GitHub repository exploration without visual navigation?

Automate GitHub repository exploration by using the gh CLI to inventory project structure, list recent activity, and review issues and PRs directly from the command line. The skill runs deterministic scripts to inspect repos without visual navigation.

What's the best way to search code and manage PR issues via the command line?

The best way to search code and manage PR issues via the command line is using gh CLI scripts to perform diff operations, review pull requests, and list issues deterministically, bypassing the GitHub web interface entirely.

Do I need gh installed and authenticated to manage repositories with an agent?

Yes, you need the gh CLI installed and authenticated to manage repositories with an agent. The skill requires gh to be configured in your environment so its scripts can execute deterministic repository management actions.

Can I review pull requests and check repository status using gh CLI scripts?

Yes, you can review pull requests and check repository status using gh CLI scripts. The skill leverages gh repo view, PR listings, and diff operations to assess project activity and plan next steps without visual navigation.

Why use gh CLI for routine repository maintenance instead of the GitHub web interface?

Use gh CLI for routine repository maintenance to enable agents to perform deterministic actions and read SKILL.md frontmatter for discovery, eliminating the visual navigation overhead required by the GitHub web interface.