github

Automate GitHub repository, code, pull request, and issue operations via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies complex GitHub operations, enabling efficient repository management, code search, issue tracking, and more through an intuitive interface.

Core Features & Use Cases

  • Repository Search: Find repositories by name, description, language, stars, etc.
  • Code Search: Locate specific code snippets, implementations, and documentation across GitHub.
  • Pull Request Management: List, view, search, and manage pull requests, including reviews and comments.
  • Issue Tracking: Find and manage issues, assignees, and comments for efficient problem-solving.
  • Documentation Access: Retrieve and search for documentation and READMEs.
  • Use Case: Suppose you need to search for a specific pull request in a large GitHub organization. This Skill can efficiently list and filter through all pull requests based on criteria such as labels, state, and author.

Quick Start

Use the github skill to list all open pull requests in the 'vuejs' organization.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub pull request and issue management?

You can automate GitHub pull request and issue management by using the gh CLI through an interface that handles listing, filtering, viewing, and commenting on pull requests and issues across specified repositories.

What is the best way to search for specific code snippets across GitHub repositories?

The best way to search for specific code snippets across GitHub repositories is to use an automated gh CLI interface that locates implementations, documentation, and code matches based on your search criteria.

Do I need the gh CLI installed to search repositories and manage pull requests?

Yes, you need the gh CLI installed and access to GitHub to use this repository search and pull request management interface, as it directly relies on the gh CLI for executing GitHub operations.

Can I filter and list open pull requests in a large GitHub organization by author and labels?

Yes, you can list and filter through all open pull requests in a large GitHub organization by criteria such as labels, state, and author to efficiently find the specific pull requests you need.

How do I retrieve README and documentation files from GitHub repositories?

You can retrieve README and documentation files from GitHub repositories by executing documentation access operations through the gh CLI, which fetches and searches documentation directly from the target repository.

Are there limitations when using gh CLI for code search and issue tracking?

The gh CLI approach for code search and issue tracking is limited by your GitHub access permissions and the rate limits of the GitHub API, meaning private repository access requires proper authentication setup.