LaunchKit · 2026
Back to Skills

super-github

**The ultimate GitHub automation framework.** Combines the best of GitHub skills for issues, PRs, releases.

0
549 downloads
by @heldinhow

Setup & Installation

openclaw skills install @heldinhow/super-github

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install super-github

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.

INPUT

User asks: Create a release for v2.1.0 with release notes

AGENT
  1. 1Run `gh release create v2.1.0 --generate-notes` to tag the release
  2. 2Fetch recent merged PRs and commits to populate the changelog
  3. 3Create the release on GitHub with auto-generated notes
  4. 4Return the release URL to the user
OUTPUT

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.

GitHub CLI (`gh`) authenticated with a GitHub accountGitHub personal access token or OAuth session with repo scope