What problem does it solve?
Manually navigating GitHub's web UI for common repository tasks like checking PR status, reviewing CI logs, or managing issues is slow and inefficient for developers working with GitHub repositories daily.
Core Features & Use Cases
- PR & Issue Management: Check pull request status, reviews, merge readiness, create or close issues, and add comments directly from the terminal.
- CI/CD Monitoring: View workflow run status, pull failed job logs, and re-run failed CI jobs without switching to the GitHub web interface.
- GitHub API Access: Query repository data, list releases, collaborators, and labels using structured JSON output for custom automation workflows. For example, a developer can quickly verify if their open PR has passed all required CI checks before requesting a final review.
Quick Start
Use the github skill to check the CI status and review details for pull request #123 in the owner/repo repository.