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.
Use when working with Jira using Atlassian's Command Line Interface (acli), to get information about Jira, create and manage tickets and issues.
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