github · git:20260304.ef09c7b · 2026-03-04 · sha256 6330e62f3d6b65b6
github git:20260304.ef09c7bA
Immutable. This exact content is served forever at /api/v1/blob/6330e62f3d6b65b6.
---
name: github
icon: 🐙
description: Create issues, PRs, and query repositories
metadata:
forge:
requires:
bins:
- gh
env:
required:
- GH_TOKEN
one_of: []
optional: []
egress_domains:
- api.github.com
- github.com
---
## Tool: github_create_issue
Create a GitHub issue.
**Input:** repo (string), title (string), body (string)
**Output:** Issue URL
## Tool: github_list_issues
List open issues for a repository.
**Input:** repo (string), state (string: open/closed)
**Output:** List of issues with number, title, and state
## Tool: github_create_pr
Create a pull request.
**Input:** repo (string), title (string), body (string), head (string), base (string)
**Output:** Pull request URL