github

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

Updated Feb 29, 2020
One-click install
npx skills add https://github.com/kevinrobayna/dotfiles --skill github-kevinrobayna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/kevinrobayna/dotfiles/tree/main/claude/dot-claude/skills/github
Command: npx skills add https://github.com/kevinrobayna/dotfiles --skill github-kevinrobayna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interactions with GitHub, allowing for efficient management of repositories, pull requests, and issues directly through the command line.

Core Features & Use Cases

  • Repository Operations: View, list, and clone GitHub repositories.
  • Pull Request & Issue Management: Browse, view, and check the status of PRs and issues.
  • Workflow Monitoring: Track and watch GitHub Actions runs.
  • Use Case: Quickly check the status of all open pull requests in a project, review a specific PR's diff, or monitor the latest GitHub Actions workflow run without leaving your terminal.

Quick Start

Use the github skill to view the details of pull request number 42.

Frequently Asked Questions about github

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

FAQPage Schema
How do I check the status of GitHub pull requests from the command line?

You can check the status of GitHub pull requests from the command line by using the gh CLI tool to list, view, and monitor open PRs directly in your terminal. This Skill supports browsing and reviewing PR diffs without leaving your local environment.

Can I monitor GitHub Actions workflow runs without leaving the terminal?

Yes, you can monitor GitHub Actions workflow runs without leaving the terminal. This Skill tracks and watches workflow runs using the gh CLI, allowing you to view the latest execution status and details of your CI/CD pipelines locally.

Does the gh CLI tool support managing GitHub issues and repositories?

The gh CLI tool supports managing GitHub issues and repositories by facilitating both read-only operations like viewing repository details and listing issues, as well as write operations requiring user confirmation for comprehensive local git workflows.

What is the best way to view a specific pull request diff using gh CLI?

The best way to view a specific pull request diff using gh CLI is through this Skill's repository operations, which allows you to browse and view targeted PR details and diffs directly from your command line interface.

Do I need to confirm write operations when managing repositories via gh CLI?

Yes, you need to confirm write operations when managing repositories via gh CLI. The Skill requires user confirmation for write actions to ensure safe interactions, while supporting read-only operations like viewing and listing without prompts.