·github-cli
</>

github-cli

GitHub CLI workflows for repositories, issues, pull requests, actions, releases, projects, and API calls. Use when creating PRs, reviewing code, triaging issues, triggering workflows, publishing releases, managing projects, verifying attestations, or querying the GitHub API. Use for gh cli, github automation, code review, release management.

32Installs·3Trend·@oakoss

Installation

$npx skills add https://github.com/oakoss/agent-skills --skill github-cli

How to Install github-cli

Quickly install github-cli AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/oakoss/agent-skills --skill github-cli
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: oakoss/agent-skills.

SKILL.md

View raw

Provides patterns for the gh CLI to interact with GitHub repositories, services, and APIs directly from the terminal. Covers authentication, repository management, issues, pull requests, actions, releases, projects, search, and the REST/GraphQL API. Git workflow patterns (branching, commits, CI/CD) are handled by a separate skill.

| Auth | gh auth status, gh auth login, gh auth token | | Repos | gh repo clone, gh repo create, gh repo fork, gh repo sync | | Browse | gh browse, gh browse --settings, gh browse file.ts:42 | | Issues | gh issue list, gh issue create, gh issue edit, gh issue close | | Pull Requests | gh pr create, gh pr review, gh pr merge, gh pr checkout |

| Actions | gh run list, gh run view, gh workflow run, gh cache list | | Releases | gh release create, gh release list, gh release verify | | Projects | gh project list, gh project create, gh project item-add | | Search | gh search repos, gh search issues, gh search code | | API | gh api repos/{owner}/{repo}, gh api graphql |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/oakoss/agent-skills --skill github-cli
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from oakoss/agent-skills

Quick answers

What is github-cli?

GitHub CLI workflows for repositories, issues, pull requests, actions, releases, projects, and API calls. Use when creating PRs, reviewing code, triaging issues, triggering workflows, publishing releases, managing projects, verifying attestations, or querying the GitHub API. Use for gh cli, github automation, code review, release management. Source: oakoss/agent-skills.

How do I install github-cli?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/oakoss/agent-skills --skill github-cli Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/oakoss/agent-skills