Github Cli Workflow
Description
GitHub CLI (gh) 是 GitHub 官方命令行工具,以下是其常见功能: 🔐 认证与配置 gh auth login # 登录 GitHub 账户 gh auth logout # 登出 gh auth status # 查看认证状态 gh config set editor vim # 设置默认编辑器 📦 仓库管理 gh repo create # 创建新仓库 gh repo clone owner/repo # 克隆仓库 gh repo fork # Fork 仓库 gh repo view # 查看仓库信息 gh repo list owner # 列出用户/组织的仓库 gh repo delete owner/repo # 删除仓库 🔀 Pull Request gh pr create # 创建 PR gh pr list
Installation
Installs to ~/.claude/skills/wiperi-qrent-github-cli-workflow/SKILL.md
mkdir -p ~/.claude/skills/wiperi-qrent-github-cli-workflow && curl -fsSL https://raw.githubusercontent.com/wiperi/qrent/HEAD/.claude/skills/github-cli-workflow.md -o ~/.claude/skills/wiperi-qrent-github-cli-workflow/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git