What problem does it solve?
This skill provides autonomous guidance and tooling to create, manage, and troubleshoot GitHub workflows and gh CLI commands, enabling consistent, repeatable automation of PRs, issues, Actions, and API interactions across repositories.
Core Features & Use Cases
- Create and manage pull requests, issues, and workflow runs using gh commands
- View, rerun, download logs, and monitor GitHub Actions workflow runs
- Automate common patterns for CI/CD, PR reviews, and issue triage
- Provide step-by-step guidance and best practices for using the GitHub CLI in automation tasks
- Use cases include automated PR creation, CI troubleshooting, workflow deployments, and API calls via gh api
- Example: generate a PR from a feature branch and verify all checks with gh pr checks --watch
Quick Start
To begin, invoke the skill to drive gh CLI tasks such as creating a PR, checking status, and retrieving logs. For example: "Create a PR from the current branch to main with a description and labels" or "Show the status of the latest workflow run and download its logs".