# Github

> Use the gh CLI for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.

- **Type:** Skill
- **Install:** `agentstack add skill-xaiht-tlamatini-github`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [XAIHT](https://agentstack.voostack.com/s/xaiht)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [XAIHT](https://github.com/XAIHT)
- **Source:** https://github.com/XAIHT/Tlamatini/tree/main/Tlamatini/agent/skills_pkg/github
- **Website:** https://xaiht.org

## Install

```sh
agentstack add skill-xaiht-tlamatini-github
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# GitHub skill

Use the `gh` CLI for GitHub-side operations.

## When to use
- Checking PR status, reviews, merge readiness
- Viewing CI / workflow run status and logs
- Creating, closing, commenting on issues
- Querying GitHub API for repository data

## When NOT to use
- Local git operations (commit, push, pull, branch) -> use `git` directly.
- Non-GitHub repos -> use that platform's CLI.

## Setup
- Run `gh auth login` once (interactive — do not attempt from this skill).
- Confirm with `gh auth status`.

## Procedure
1. Construct the `gh` command from `${input.action}` and optional
   `${input.repo}`.
2. Run via `chat_agent_executer`.
3. Capture stdout. Truncate to ~12000 chars before returning.
4. Return `{ result:  }`.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [XAIHT](https://github.com/XAIHT)
- **Source:** [XAIHT/Tlamatini](https://github.com/XAIHT/Tlamatini)
- **License:** MIT
- **Homepage:** https://xaiht.org

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-xaiht-tlamatini-github
- Seller: https://agentstack.voostack.com/s/xaiht
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
