What problem does it solve?
Centralizes and automates GitHub repository management by leveraging the gh CLI to operate issues, pull requests, CI workflows, and releases from a single skill, reducing manual context switching.
Core Features & Use Cases
- Issue management: list, view, create, close, and triage issues across repositories.
- Pull request management: list, view, create, checks, merge, and review PRs with streamlined prompts.
- CI/CD and workflow visibility: monitor status, view logs, rerun failed jobs, and trigger workflows.
- Release orchestration: list, view, and create releases with notes for project pilots and releases.
- Use case: A maintainer wants to surface repository health by aggregating issues, PRs, and CI status into a concise dashboard via /gh commands.
- Integration patterns: combine sprint/phase workflows with gh commands to automate common governance tasks.
Quick Start
Authenticate with GitHub CLI and start by listing issues to see your current workload.