Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Initial release of GitHub skill - Enables interacting with GitHub using the `gh` CLI. - Supports commands for issues, pull requests, CI runs, and custom API queries. - Guides on checking CI statuses, viewing workflow runs and logs. - Demonstrates advanced data access with `gh api` and filtering via `--json` and `--jq`. - Emphasizes specifying repositories with `--repo owner/repo` for all commands.