用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/olasunkanmi-SE/codebuddy --skill github命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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.