github · git:20260304.0f19dd5 · 2026-03-04 · sha256 ec2931ddcbdb1241

github git:20260304.0f19dd5A

Immutable. This exact content is served forever at /api/v1/blob/ec2931ddcbdb1241.

---
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