What problem does it solve?
This Skill removes the manual, error-prone work of performing common GitHub tasks from scratch by mapping natural-language requests to the correct ClaudeDecode GitHubREST functions with strong safety guardrails.
Core Features & Use Cases
- Repository lifecycle management: Create or ensure a local repo, derive package URLs, and manage a repo/manifest workspace.
- Commit, refresh, and upload: Commit package changes and refresh/commit with options for branching and upload behavior.
- Pull request workflow: Create PRs, list/review/merge/close PRs, and review commits safely (including button re-execution prevention).
- Install/update from GitHub: Install new packages or update existing ones using GitHubREST (with explicit owner handling for external repositories).
- No web browsing policy: Enforces “no web search” for GitHub actions so the GitHubREST package is the single source of truth.
Quick Start
Use the github-operations skill to open a pull request for updating package changes when you tell the AI: "Create a PR for package fib with a clear title and body, and include the latest updates."