Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Combines GitHub issue tracking, PR review, release automation, and repository management into a single skill. Uses the GitHub CLI (`gh`) to handle the full development lifecycle from bug reports to versioned releases.
Consolidates three separate GitHub skills into one, avoiding the need to switch between tools for issues, PRs, and releases.
When to use it
- Triaging and labeling new bug reports
- Summarizing open PRs before a code review session
- Cutting a versioned release with auto-generated changelog
- Auditing repository secrets and workflow configurations
- Checking PR file stats before merging
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Create a release for v2.1.0 with release notes
- 1Run `gh release create v2.1.0 --generate-notes` to tag the release
- 2Fetch recent merged PRs and commits to populate the changelog
- 3Create the release on GitHub with auto-generated notes
- 4Return the release URL to the user
GitHub release v2.1.0 created at github.com/owner/repo/releases/tag/v2.1.0
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.