Github CLI

用 gh CLI 操作 GitHub:PR 状态与 CI 检查、issue 创建与筛选、workflow run 日志、gh api 查询与 jq 过滤。当用户要查 PR/CI 状态、提 issue、看构建日志、跑 GitHub API 查询时使用。 GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.

Practice019 df04e7e 4.2 KB Updated

File contents

Practice019/agent-skills/tree/main/github-cli commit df04e7ecb7

Frequently asked questions

npx skillmds@latest add practice019/github-cli