github ยท diff

git:20260304.ef09c7b to git:20260304.0f19dd5

6 added, 0 removed. Audit A to A.

---
name: github
icon: ๐Ÿ™
+ category: developer
+ tags:
+ - github
+ - issues
+ - pull-requests
+ - repositories
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