What problem does it solve?
GitHub operations and automation tasks across PRs, issues, repos, workflows, and API interactions can be tedious when done manually; this skill guides users through efficient, CLI-driven workflows using gh CLI and GitHub APIs.
Core Features & Use Cases
- Pull request management: create, view, merge, and comment on PRs with gh pr commands and API integration.
- Issue and repository operations: manage issues, labels, milestones, and repo settings via gh issue and gh repo commands.
- Workflow automation: list, run, monitor, and manage GitHub Actions workflows and runs.
- API interactions: query REST/GraphQL endpoints via gh api for data retrieval and automation.
- Use Case: Automate standard onboarding repos setup by creating PRs, applying labels, and triggering workflows across multiple repositories.
Quick Start
Run a simple example by creating a PR with gh pr create and observing its checks with gh pr checks.