con un clic
github
Manage GitHub repositories, issues, and pull requests via the gh CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Manage GitHub repositories, issues, and pull requests via the gh CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Interact with Elasticsearch clusters via the API.
Manage GitLab issues and merge requests via the glab CLI.
Read, send, and manage Gmail emails via the gmail-cli tool.
Manage Redis databases via the redis-cli tool.
Manage AWS resources via the aws CLI.
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.
Basado en la clasificación ocupacional SOC
| name | github |
| description | Manage GitHub repositories, issues, and pull requests via the gh CLI. |
| metadata | {"displayName":"GitHub","icon":"github","category":"version-control","version":"1.0.0","dependencies":{"cli":"gh","checkCommand":"gh --version","install":{"darwin":{"brew":"gh","scriptArch":{"x64":"curl -fsSL https://github.com/cli/cli/releases/latest/download/gh_*_macOS_amd64.tar.gz | tar xz && sudo mv gh_*/bin/gh /usr/local/bin/","arm64":"curl -fsSL https://github.com/cli/cli/releases/latest/download/gh_*_macOS_arm64.tar.gz | tar xz && sudo mv gh_*/bin/gh /usr/local/bin/"},"manual":"Download from https://github.com/cli/cli/releases and add to PATH"},"linux":{"apt":"gh","script":"type -p curl >/dev/null || sudo apt install curl -y\ncurl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg\necho \"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main\" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null\nsudo apt update && sudo apt install gh -y\n"},"windows":{"winget":"GitHub.cli","scoop":"gh"}}},"auth":{"type":"oauth","setupCommand":"gh auth login"}} |
Use ./.codebuddy/bin/gh to interact with GitHub.
This tool allows you to manage PRs, issues, and repositories directly from the chat.
Before using, you must authenticate. Run the following command in the terminal:
./.codebuddy/bin/gh auth login
./.codebuddy/bin/gh pr list./.codebuddy/bin/gh pr view <PR-NUMBER>./.codebuddy/bin/gh pr checkout <PR-NUMBER>./.codebuddy/bin/gh pr create./.codebuddy/bin/gh pr review <PR-NUMBER>./.codebuddy/bin/gh pr merge <PR-NUMBER>./.codebuddy/bin/gh issue list./.codebuddy/bin/gh issue view <ISSUE-NUMBER>./.codebuddy/bin/gh issue create./.codebuddy/bin/gh repo view./.codebuddy/bin/gh repo clone <OWNER>/<REPO>gh.