github

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

6|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/Ven0m0/claude-config --skill github-ven0m0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/Ven0m0/claude-config/tree/main/claude/skills/github
Command: npx skills add https://github.com/Ven0m0/claude-config --skill github-ven0m0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines complex GitHub operations, allowing you to manage repositories, pull requests, issues, and workflows efficiently without leaving your terminal.

Core Features & Use Cases

  • Pull Request Management: Create, review, merge, and manage PRs with ease.
  • Issue Tracking: Create, update, and track issues across your projects.
  • Workflow Automation: Monitor and rerun GitHub Actions directly.
  • Repository Operations: Fork, clone, and manage repository settings.
  • Use Case: Quickly create a pull request for your current branch, assign reviewers, and add relevant labels using a single command.

Quick Start

Use the github skill to create a new pull request for your current branch with the title "Implement feature X" and the body "This PR adds feature X as discussed.".

Frequently Asked Questions about github

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

FAQPage Schema
How do I create a pull request from the command line using the gh CLI?

You can create a pull request for your current branch by providing the title and body directly to the command, which also supports assigning reviewers and adding labels in a single step.

Can I manage GitHub Actions workflows without leaving the terminal?

Yes, you can monitor and rerun GitHub Actions workflows directly from the terminal, facilitating CI/CD pipeline management without navigating the web interface.

Does this tool support automated issue triage and tracking across projects?

Yes, this tool supports automated issue triage by allowing you to create, update, and track issues across projects through direct GitHub API interactions from the CLI.

What is the best way to handle repository operations like forking and cloning?

The best way is using the gh CLI to fork, clone, and manage repository settings, providing comprehensive control over GitHub repositories directly from your terminal.

Do I need to configure authentication separately to use gh CLI for Git operations?

No, the gh CLI includes built-in authentication management, supporting advanced Git operations and seamless integration into development workflows without separate configuration.