Github

Work with GitHub.

dhaupin bd91f4f 817 B Updated

File contents

GitHub

Work with GitHub.


When To Use

  • Create PRs
  • Check issues
  • Manage repos

How To Use

Create PR

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

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

Check Status

# Check CI
vant gh status

# Check PR
vant gh pr [number]

Vant Integration

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

dhaupin/vant/tree/main/models/public/skills/vant-skill-github commit bd91f4f976

Frequently asked questions

npx skillmds@latest add dhaupin/github