Install
openclaw skills install @drumrobot/github-repoGitHub repository configuration and verification. Topics — actions (GitHub Actions workflow generation + Dependabot grouping by dependency type), setup (integrations: CodeRabbit, Copilot, issue/PR templates, CODEOWNERS, branch protection), verify (repo prerequisites checklist for github-flow: remote, default branch, PR template, branch protection, GitHub Actions, CONTRIBUTING, LICENSE). Use when: "github actions", "workflow generation", "CI workflow", "dependabot", "dependabot groups", "coderabbit", "copilot setup", "GitHub Actions", "repo setup", "CODEOWNERS", "PR template", "issue template", "branch protection", "repo verify".
openclaw skills install @drumrobot/github-repoGitHub repository configuration, integrations, and prerequisite verification.
Extracted from the github skill (formerly skills/github/) and tracked under skills/github-repo/ (repo-relative path — the repo root itself is checked out at ~/.agents/) for git management.
| Topic | Description | Guide |
|---|---|---|
| actions | GitHub Actions workflow generation/management + Dependabot configuration (groups by dependency type) | actions.md |
| setup | Integrations setup: CodeRabbit, Copilot, issue templates, PR template, CODEOWNERS, branch protection | setup.md |
| verify | Repo prerequisites checklist for github-flow (remote, branch, templates, CI, protection) | verify.md |
/github-repo setup # interactive setup item selection
/github-repo setup coderabbit # CodeRabbit only
/github-repo setup copilot # Copilot setup
/github-repo setup templates # issue/PR templates
/github-repo setup protection # branch protection
/github-repo verify # full prerequisites check
/github-repo actions # generate workflow for project type
/github-repo actions dependabot # create/update dependabot.yml
This skill was extracted from the github skill (skills/github/, gitignored).
The old /github actions, /github setup, /github verify triggers are
replaced by /github-repo actions, /github-repo setup, /github-repo verify.