What problem does it solve? Managing GitHub repositories through the web UI is slow and hard to script. This Skill provides structured guidance for performing GitHub operations directly from the terminal with the GitHub CLI (gh). ## Core Features & Use Cases - Actions & Runs Management: List, view, watch, and rerun GitHub Actions workflow runs, including fetching job logs for debugging. - Pull Request & Issue Workflows: Create, view, merge, and check the status of pull requests and issues without leaving the command line. - Repository & Secrets Configuration: Clone, fork, and view repositories, plus manage secrets and variables for CI/CD pipelines. - Use Case: A CI pipeline fails overnight. Use this Skill to list recent runs, view the failing job's logs, and rerun only the failed jobs, all via gh commands. ## Quick Start Use the gh CLI to list recent workflow runs and show the logs of the failed job in this repository.