github-cli

Installation
SKILL.md

When to use this skill

You MUST strongly consider using this skill any time the user asks you to look at, inspect, or review any github.com URL (e.g., a pull request, issue, or repository link).

Also use this skill when you need to interact with GitHub features from the command line, such as:

  • Checking the status of Pull Requests (PRs).
  • Viewing PR review comments or discussion.
  • Checking CI results for a PR.
  • Listing or viewing issues.
  • Interacting with GitHub Actions workflow runs.

How to use this skill

Use the run_command tool to execute gh commands.

General Tips

  • Non-interactive mode: Many gh commands will attempt to be interactive if they suspect a terminal. To avoid hangs or blocking, use flags that provide all necessary information or output machine-readable formats (like --json).
  • Authentication: If a command fails with an authentication error, inform the user.
Related skills
Installs
1
GitHub Stars
1
First Seen
4 days ago