github

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

1|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/vibecode/Skillsforagent --skill github-vibecode
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/vibecode/Skillsforagent/tree/main/Foundational/github
Command: npx skills add https://github.com/vibecode/Skillsforagent --skill github-vibecode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined interface for interacting with GitHub repositories, issues, pull requests, and more, directly from the command line, eliminating the need to switch contexts.

Core Features & Use Cases

  • Repository Management: Create, clone, and manage GitHub repositories.
  • Issue and PR Tracking: Open, close, list, and comment on issues and pull requests.
  • API Access: Utilize the GitHub API for advanced operations not covered by standard commands.
  • Use Case: Quickly search for open issues related to a specific feature across multiple repositories without leaving your terminal.

Quick Start

Use the github skill to search for open issues labeled 'bug' in the 'vibecode/Skillsforagent' 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 pull requests and issues from the command line?▼

You can manage GitHub pull requests and issues directly from the command line using the `gh` CLI to open, close, list, and comment on them without switching contexts to a web browser.

What do I need to authenticate the GitHub CLI for automated workflows?▼

To authenticate the GitHub CLI for automated workflows, you need the `gh` binary installed and the `GITHUB_TOKEN` environment variable configured for API access and repository operations.

Can I integrate GitHub Actions CI/CD pipelines into my terminal workflow?▼

Yes, you can integrate GitHub Actions CI/CD pipelines into your terminal workflow, as the GitHub CLI supports automated workflows for CI/CD pipeline integration and code review processes.

What is the best way to search for open bug issues across multiple GitHub repositories?▼

The best way to search for open bug issues across multiple GitHub repositories is using the `gh` CLI, allowing you to query labeled issues directly from your terminal environment.

Does the GitHub CLI support advanced API operations beyond standard repository commands?▼

Yes, the GitHub CLI supports advanced API operations beyond standard commands, utilizing the GitHub API for comprehensive management of repositories, issues, pull requests, and Actions.