gh
Use when working with Github using the Github CLI (gh), to get information about Github, create and manage repositories, issues, and pull requests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when working with Github using the Github CLI (gh), to get information about Github, create and manage repositories, issues, and pull requests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Ultra-compressed communication mode. Slash token usage ~75% by speaking like caveman while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Use when working with Jira using Atlassian's Command Line Interface (acli), to get information about Jira, create and manage tickets and issues.
Automate browser interactions — navigation, clicking, typing, screenshots, JavaScript execution, and cloud browser management — using the browser-use CLI.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
| name | gh |
| version | 1.0.0 |
| description | Use when working with Github using the Github CLI (gh), to get information about Github, create and manage repositories, issues, and pull requests. |
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.
gh --help
Check to see if gh is installed:
gh --version
It not installed, install it:
brew install gh
It installed, verify it:
gh --version
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"
gh --help