github-cli이란?
리포지토리, 문제, 끌어오기 요청, 작업, 릴리스, 프로젝트 및 API 호출을 위한 GitHub CLI 워크플로입니다. PR 생성, 코드 검토, 문제 분류, 워크플로 트리거, 릴리스 게시, 프로젝트 관리, 증명 확인 또는 GitHub API 쿼리 시 사용합니다. gh cli, github 자동화, 코드 검토, 릴리스 관리에 사용합니다. 출처: oakoss/agent-skills.
리포지토리, 문제, 끌어오기 요청, 작업, 릴리스, 프로젝트 및 API 호출을 위한 GitHub CLI 워크플로입니다. PR 생성, 코드 검토, 문제 분류, 워크플로 트리거, 릴리스 게시, 프로젝트 관리, 증명 확인 또는 GitHub API 쿼리 시 사용합니다. gh cli, github 자동화, 코드 검토, 릴리스 관리에 사용합니다.
명령줄에서 github-cli AI 스킬을 개발 환경에 빠르게 설치
출처: oakoss/agent-skills.
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 |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/oakoss/agent-skills --skill github-cli리포지토리, 문제, 끌어오기 요청, 작업, 릴리스, 프로젝트 및 API 호출을 위한 GitHub CLI 워크플로입니다. PR 생성, 코드 검토, 문제 분류, 워크플로 트리거, 릴리스 게시, 프로젝트 관리, 증명 확인 또는 GitHub API 쿼리 시 사용합니다. gh cli, github 자동화, 코드 검토, 릴리스 관리에 사용합니다. 출처: oakoss/agent-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/oakoss/agent-skills --skill github-cli 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/oakoss/agent-skills