Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
How to use
Zainstaluj GitHub CLI na swoim systemie: na macOS użyj Homebrew (
brew install gh), na Linux pobierz pakiet z oficjalnego repozytorium, na Windows użyjwinget install --id GitHub.cli. Sprawdź instalację poleceniemgh --version.Zaloguj się do GitHub poleceniem
gh auth login. Jeśli korzystasz z GitHub Enterprise, dodaj flagę--hostnamez adresem serwera. Możesz też zalogować się tokenem za pomocągh auth login --with-tokeni wskazać plik z tokenem.Skonfiguruj integrację z Git poleceniem
gh auth setup-git, aby GitHub CLI automatycznie obsługiwał uwierzytelnianie dla operacji Git.Sprawdź status autentykacji poleceniem
gh auth status, aby potwierdzić, że jesteś zalogowany i masz dostęp do wymaganych uprawnień.Zacznij używać CLI — przejdź do katalogu projektu i wykonuj operacje:
gh repo createtworzy nowe repozytorium,gh issue listwyświetla issues,gh pr createotwiera pull request,gh run listpokazuje Actions. Każde polecenie obsługuje flagi do filtrowania i formatowania wyników.