# Github

> GitHub integration for managing repositories, issues, and pull requests

- Skill: `recursiveintell/github` (Agent Skill)
- Install (CLI): `npx skillmds@latest add recursiveintell/github`
- Raw SKILL.md: https://api.skillmd.com/api/skills/recursiveintell/github/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: MIT
- Author: RecursiveIntell (https://skillmd.com/u/recursiveintell)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/recursiveintell/github

---


# GitHub Integration

Manage your GitHub repositories, issues, and pull requests directly from your agent workspace.

## Features

- **Repository Management**: Clone, create, and manage repositories
- **Issue Tracking**: Create, list, update, and close issues
- **Pull Requests**: Open, review, and merge pull requests
- **Branch Operations**: Create, switch, and delete branches

## Usage

### List Issues

```
List all open issues in the current repository
```

### Create Pull Request

```
Create a PR from the current branch with a description of the changes
```

## Configuration

Set your GitHub token in the environment:

```bash
export GITHUB_TOKEN=your_token_here
```

The skill uses the `gh` CLI tool for authentication and API access.
All operations are scoped to repositories the authenticated user has access to.

