Back to Skills Hub
GitHub

GitHub

@steipete
developmentGitHub CLIPull Request ManagementCI/CD Monitoring

Use the `gh` CLI to interact with GitHub for managing pull requests, checking CI status, viewing workflow runs, and executing advanced API queries. Always specify `--repo owner/repo` when not in a git directory.

🚀 Manage your GitHub projects directly from the command line using the gh CLI. Check pull request statuses, monitor CI workflows, view failed steps, and access detailed logs—all without leaving your terminal. Perfect for developers who want faster, streamlined GitHub interactions.

💡 Ideal for tracking PR reviews, debugging failed builds, and querying repository data. Use gh api for advanced searches and --json output to integrate GitHub data into scripts and automation workflows. Great for teams managing multiple repositories and continuous integration pipelines.

✨ Get structured data instantly with powerful filtering using --jq, making it easy to extract exactly what you need without extra processing steps.

GitHub

Requirements

No additional requirements.