{"id":"d0e54bb1-0fb1-4960-bbef-a00ecfd0d1a4","shortId":"QRX8pR","kind":"skill","title":"github","tagline":"Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries.","description":"# GitHub Skill\n\nUse the `gh` CLI to interact with GitHub. Always specify `--repo owner/repo` when not in a git directory, or use URLs directly.\n\n## When to Use\n- When the user asks about GitHub issues, pull requests, workflow runs, or CI failures.\n- When you need `gh issue`, `gh pr`, `gh run`, or `gh api` from the command line.\n\n## Pull Requests\n\nCheck CI status on a PR:\n```bash\ngh pr checks 55 --repo owner/repo\n```\n\nList recent workflow runs:\n```bash\ngh run list --repo owner/repo --limit 10\n```\n\nView a run and see which steps failed:\n```bash\ngh run view <run-id> --repo owner/repo\n```\n\nView logs for failed steps only:\n```bash\ngh run view <run-id> --repo owner/repo --log-failed\n```\n\n### Debugging a CI Failure\n\nFollow this sequence to investigate a failing CI run:\n\n1. **Check PR status** — identify which checks are failing:\n   ```bash\n   gh pr checks 55 --repo owner/repo\n   ```\n2. **List recent runs** — find the relevant run ID:\n   ```bash\n   gh run list --repo owner/repo --limit 10\n   ```\n3. **View the failed run** — see which jobs and steps failed:\n   ```bash\n   gh run view <run-id> --repo owner/repo\n   ```\n4. **Fetch failure logs** — get the detailed output for failed steps:\n   ```bash\n   gh run view <run-id> --repo owner/repo --log-failed\n   ```\n\n## API for Advanced Queries\n\nThe `gh api` command is useful for accessing data not available through other subcommands.\n\nGet PR with specific fields:\n```bash\ngh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'\n```\n\n## JSON Output\n\nMost commands support `--json` for structured output.  You can use `--jq` to filter:\n\n```bash\ngh issue list --repo owner/repo --json number,title --jq '.[] | \"\\(.number): \\(.title)\"'\n```\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["github","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity-skills"],"capabilities":["skill","source-sickn33","skill-github","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/github","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34768 github stars · SKILL.md body (2,021 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-23T18:51:23.292Z","embedding":null,"createdAt":"2026-04-18T21:38:00.617Z","updatedAt":"2026-04-23T18:51:23.292Z","lastSeenAt":"2026-04-23T18:51:23.292Z","tsv":"'1':142 '10':99,174 '2':158 '3':175 '4':192 '55':85,155 'access':223 'action':10 'advanc':214 'alway':26 'api':14,68,212,218,237 'ask':46,303 'avail':226 'bash':81,92,108,120,151,167,186,203,235,258 'boundari':311 'check':75,84,143,148,154 'ci':55,76,131,140 'clarif':305 'clear':278 'cli':5,21 'command':71,219,246 'criteria':314 'data':224 'debug':129 'describ':282 'detail':198 'direct':39 'directori':35 'environ':294 'environment-specif':293 'expert':299 'fail':107,117,128,139,150,178,185,201,211 'failur':56,132,194 'fetch':193 'field':234 'filter':257 'find':162 'follow':133 'get':196,230 'gh':4,20,60,62,64,67,82,93,109,121,152,168,187,204,217,236,259 'git':34 'github':1,13,16,25,48 'id':166 'identifi':146 'input':308 'interact':23 'investig':137 'issu':7,49,61,260 'job':182 'jq':239,255,267 'json':243,248,264 'limit':98,173,270 'line':72 'list':88,95,159,170,261 'log':115,127,195,210 'log-fail':126,209 'match':279 'miss':316 'need':59 'number':265,268 'output':199,244,251,288 'owner/repo':29,87,97,113,125,157,172,191,208,263 'permiss':309 'pr':63,80,83,144,153,231 'pull':8,50,73 'queri':15,215 'recent':89,160 'relev':164 'repo':28,86,96,112,124,156,171,190,207,262 'repos/owner/repo/pulls/55':238 'request':9,51,74 'requir':307 'review':300 'run':11,53,65,91,94,102,110,122,141,161,165,169,179,188,205 'safeti':310 'scope':281 'see':104,180 'sequenc':135 'skill':17,273 'skill-github' 'source-sickn33' 'specif':233,295 'specifi':27 'state':241 'status':77,145 'step':106,118,184,202 'stop':301 'structur':250 'subcommand':229 'substitut':291 'success':313 'support':247 'task':277 'test':297 'titl':240,266,269 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'treat':286 'url':38 'use':2,18,37,42,221,254,271 'user':45 'user.login':242 'valid':296 'view':100,111,114,123,176,189,206 'workflow':52,90","prices":[{"id":"af36f386-7b72-401e-96dc-eac819832354","listingId":"d0e54bb1-0fb1-4960-bbef-a00ecfd0d1a4","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:38:00.617Z"}],"sources":[{"listingId":"d0e54bb1-0fb1-4960-bbef-a00ecfd0d1a4","source":"github","sourceId":"sickn33/antigravity-awesome-skills/github","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/github","isPrimary":false,"firstSeenAt":"2026-04-18T21:38:00.617Z","lastSeenAt":"2026-04-23T18:51:23.292Z"}],"details":{"listingId":"d0e54bb1-0fb1-4960-bbef-a00ecfd0d1a4","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"github","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34768,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-23T06:41:03Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"b7f2d84c2f15214d1f1f0198895b14b0f3158a5a","skill_md_path":"skills/github/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/github"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"github","description":"Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/github"},"updatedAt":"2026-04-23T18:51:23.292Z"}}