# Github

> Work with GitHub.

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

---


# GitHub

> Work with GitHub.

---

## When To Use

- Create PRs
- Check issues
- Manage repos

---

## How To Use

### Create PR

```bash
# Via CLI
vant gh create-pr --base main --head fix-branch

# Via API
POST /repos/{owner}/{repo}/pulls
```

### Check Status

```bash
# Check CI
vant gh status

# Check PR
vant gh pr [number]
```

---

## Vant Integration

```bash
# Auto-PR on brain sync
vant sync --pr
```

---

## Actions

| Action | Command |
|--------|---------|
| Create PR | gh pr create |
| Check CI | gh run view |
| Link Issue | gh issue link |

---

## Output

```
## GitHub

### PR
- [url]
- CI: [status]
- Review: [status]
```

---

**Role**: GitHub Manager  
**Input**: Action  
**Output**: GitHub updated

> Keep in sync with code.

