github

Inspect GitHub PRs, issues, repos, and workflows via the GitHub CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guided access to view and inspect GitHub resources using the GitHub CLI, enabling terminal-based exploration of PRs, issues, repos, and workflows with read-only access by default.

Core Features & Use Cases

  • View PR details with gh pr view and list PRs with gh pr list for quick context.
  • Inspect repositories with gh repo view, view issues with gh issue view, and monitor workflows with gh workflow list and gh workflow view.
  • Perform repository inspection and PR-related tasks directly from the terminal to streamline code reviews and project insights.

Quick Start

Begin by listing open PRs with gh pr list to identify candidates, then view details with gh pr view <PR_NUMBER>.

Frequently Asked Questions about github

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

FAQPage Schema
How do I view GitHub PR details and list pull requests from the terminal?

To inspect GitHub PR details from the terminal, use the gh pr view and gh pr list commands to quickly identify candidates and review code changes directly in your terminal environment.

Can I check GitHub workflow status and inspect repository issues using gh cli?

Yes, you can monitor GitHub workflow status and inspect repository issues using the gh cli commands gh workflow list, gh workflow view, and gh issue view for direct terminal-based project tracking.

What is the best way to review GitHub code and monitor project workflows without a browser?

The best way to review GitHub code without a browser is using read-only gh cli commands like gh repo view and gh pr view to inspect repositories, pull requests, and workflow statuses directly.

Do I need to install and authenticate gh cli to inspect GitHub repositories?

Yes, you must have the gh cli installed and authenticated before you can use it to inspect GitHub repositories, view issues, and monitor workflows across your personal or team projects.

Does this GitHub inspection method support opening repositories in a web browser?

Yes, the GitHub inspection method supports opening repositories in a web browser by utilizing the gh browse command alongside standard gh pr view and gh repo view terminal commands.

Are there limitations when using gh cli for code review and repository inspection?

The primary limitation is that this gh cli method provides read-only access by default for repository inspection and code review, meaning you cannot merge PRs or edit issues directly from the terminal.