What problem does it solve? Working with GitHub from the terminal involves memorizing dozens of gh commands, jq filters, and API endpoints, and debugging CI failures or managing releases manually is slow and error-prone. This Skill provides a complete command reference plus Python utilities that automate the most common GitHub workflows end to end. ## Core Features & Use Cases - Full gh command coverage: Auth, repos, PRs, issues, Actions runs, releases, secrets, variables, gists, code search, and branch protection via REST and GraphQL APIs, with agent-friendly JSON output patterns. - Python automation utilities: Scripts for enhanced code search, failed workflow run analysis, PR lifecycle automation, release management with checksums, secret sync, GitHub Pages deployment, and pre-built API queries. - Use Case: A CI pipeline fails on your pull request. Run the failed-run analyzer to extract error excerpts from the logs, fix the issue, rerun only the failed jobs, then auto-merge the PR once checks pass. ## Quick Start Ask the assistant to list the failed GitHub Actions runs in this repository and show the error logs for the most recent failure.