What problem does it solve? It removes the guesswork of handling general GitHub requests by orienting repository, pull request, and issue context first, then routing work to the correct specialist workflow for reviews, CI debugging, or publishing changes. ## Core Features & Use Cases - Repository and PR Triage: Summarize recent PRs, issues, patches, comments, labels, and reactions using structured data from the connected GitHub app. - Hybrid Connector Model: Prefer the GitHub app for PR and issue data while falling back to local git and gh for branch discovery, pushes, and Actions log inspection. - Specialist Routing: Hand off review follow-ups, failing CI checks, and commit-push-PR flows to dedicated skills once the request category is clear. - Use Case: Ask for a summary of open PRs in a repository; the skill gathers PR metadata through the connector, flags what needs attention, and routes any failing-check investigation to the CI debugging workflow. ## Quick Start Use the github skill to summarize the open pull requests in this repository and tell me which ones need attention.