GitHub CLI Agentic Patterns When to Use This Skill | Use this skill when... | Use the alternative when... | |---|---| | Querying PRs, issues, runs, or repo metadata with and need JSON output | Use for porcelain-mode local git queries (status, diff, log) | | Inspecting PR checks, mergeable status, or fetching failed CI logs | Use to actively watch a run until it completes | | Resolving a github.com URL into an call or working with sub-issues | Use for sub-issue add/remove/dependency-graph operations | | Looking up label, repo, or workflow metadata via JSON commands | Use to actually apply or c…