What problem does it solve?
This Skill consolidates GitHub automation tasks into a single, scriptable toolset, allowing you to manage repositories, issues, pull requests, branches, releases, and actions without repetitive prompts or manual steps.
Core Features & Use Cases
- Repositories: list, create, delete, and fork operations for users or organizations.
- Issues & Pull Requests: create, list, update, close, comment, review, and assign.
- Branches, Releases, and Workflows: manage branches, publish releases, and trigger actions from a unified interface.
- Use Case: Automate onboarding by creating issue templates and initial PRs across multiple repos for new projects.
Quick Start
Use the github-skill to quickly list repos, create issues, and trigger workflows from your agent or scripts. For example:
- skill run github-skill repo-list
- skill run github-skill issue-create repo=owner/repo title="Setup project" body="Initialize repo with templates"
- skill run github-skill workflow-run repo=owner/repo workflow_id="ci.yml" ref="main"