# Githuh

> GitHub integration for managing repositories and pull requests

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

---


# GitHuh - GitHub Integration

Manage your GitHub repositories and pull requests directly from your workspace.

## Features

- Clone and manage repositories
- Create and review pull requests
- Track issues

## Usage

### Clone a Repository

```
Clone the repository at https://github.com/user/repo
```

### Create a Pull Request

```
Create a PR with the current changes
```

## Configuration

Set your GitHub token:

```bash
export GITHUB_TOKEN=your_token_here
```

