github

Automate GitHub operations with the gh CLI for issues, PRs, releases, and API queries.

14|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/XAIHT/Tlamatini --skill github-xaiht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/github
Command: npx skills add https://github.com/XAIHT/Tlamatini --skill github-xaiht

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables rapid, repeatable GitHub operations by automating common tasks such as reviewing PRs, managing issues, and querying repository data through the gh CLI.

Core Features & Use Cases

  • Automates PR status checks, issue creation, comments, releases, and workflow queries using the gh CLI.
  • Supports multi-repo workflows to monitor and manage GitHub activity from a single command.
  • Use case: a devops engineer wants a single command to verify PR merge readiness and gather release notes across several repos.

Quick Start

Use gh to view PR statuses, create issues, and view releases for a repository.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issues and PR management across multiple repositories?

You can automate GitHub issues and PR management across multiple repositories by executing gh CLI commands for issue creation, PR status checks, and workflow log viewing from a single automated process.

Can I check PR merge readiness and gather release notes using gh CLI?

Yes, you can check PR merge readiness and gather release notes using gh CLI commands to query PR statuses and view releases for your specified repositories.

Do I need gh authentication to automate GitHub workflow operations?

Yes, gh authentication is required to automate GitHub workflow operations because the automation executes gh CLI commands that interact securely with your repository data.

What is the best way to view GitHub workflow logs for automated tasks?

The best way to view GitHub workflow logs for automated tasks is by running gh CLI queries that fetch and display workflow logs directly within your execution environment.

How does this approach handle large stdout outputs from GitHub API queries?

This approach handles large stdout outputs from GitHub API queries by capping the returned stdout to a practical length, ensuring safe and manageable data extraction during execution.