github
Installation
SKILL.md
GitHub (Tool)
Beyond the platform, GitHub provides powerful CLI tools (gh) and Desktop apps that streamline workflows.
When to Use
- PR Management:
gh pr create,gh pr checkout. - CLI: Scripting GitHub Actions or releases.
- Copilot: Managing AI settings.
Core Concepts
GitHub CLI (gh)
The official CLI.
gh repo create my-new-repo --public --clone