SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Use GitHub CLI to retrieve information and manage repositories, issues, and pull requests.
Use when working with Github using the Github CLI (gh), to get information about Github, create and manage repositories, issues, and pull requests.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# Github Skill using gh (Command Line Interface) ## Overview Utilize Github Command Line Interface (CLI) to effortlessly engage with our suite of products through a streamlined command-line interface. Github CLI provides a powerful toolset that allows users to automate tasks, integrate processes, and interact with various Github products such as Github, all from the comfort of your terminal. ### Options ``` gh --help ``` ## Getting Started Check to see if `gh` is installed: ``` gh --version ``` It not installed, install it: ``` brew install gh ``` It installed, verify it: ``` gh --version ``` ## Authenticating to Github To connect to your Github account, you need to authenticate. Check if you are already authenticated: ``` gh auth status ``` If you are not authenticated, authenticate: ``` gh auth login -h "GitHub.com" ``` ### Usage ``` gh --help ```