1# GitHub Skill
2
3> GitHub operations via `gh` CLI: issues, PRs, CI runs, code review.
4
5## Install
6
7
8openclaw skill install github
9
10
11## What it does
12
13- Create and manage issues
14- Open and review pull requests
15- Check CI/CD run status and logs
16- Query the GitHub API directly
17- Comment on issues and PRs
18- List and filter across repos
19
20## Requirements
21
22- `gh` CLI installed and authenticated
23- `gh auth login` completed
24
25## Usage
26
27Once installed, your agent can:
28
29
30"Check if there are any open PRs on my repo"
31"Create an issue titled 'Fix login bug' with label 'bug'"
32"What's the status of CI on the latest commit?"
33"Review the changes in PR #42"
34
35
36## Configuration
37
38No additional configuration needed beyond `gh auth login`.
39
40The skill automatically detects your authenticated GitHub user
41and available repositories.
42
43## Tags
44
45`github` `git` `issues` `pull-requests` `ci-cd` `code-review`
46