github

Manage GitHub repositories, issues, pull requests, actions, and releases via the REST API.

6.8k|508|Updated Apr 26, 2025
One-click install
npx skills add https://github.com/stagewise-io/stagewise --skill github-stagewise-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/stagewise-io/stagewise/tree/main/apps/browser/bundled/plugins/github
Command: npx skills add https://github.com/stagewise-io/stagewise --skill github-stagewise-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides seamless programmatic access to GitHub, allowing for the automation of repository management, issue tracking, pull request workflows, and CI/CD pipeline interactions.

Core Features & Use Cases

  • Repository Management: List, inspect, and search repositories.
  • Issue Tracking: Create, read, update, and comment on issues.
  • Pull Request Automation: Create, list, review, and merge pull requests.
  • CI/CD Integration: Trigger, monitor, and inspect GitHub Actions.
  • Release Management: List and create releases.
  • Code Search: Search code, issues, and repositories.

Quick Start

Use the github skill to list the 10 most recently updated open pull requests for the repository 'owner/repo'.

Frequently Asked Questions about github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub pull request workflows and issue tracking?

Trigger GitHub Actions and monitor CI/CD pipelines by dispatching workflows and inspecting workflow runs through the GitHub REST API, enabling seamless programmatic automation of your repository's continuous integration processes.

Do I need a GitHub Personal Access Token to manage repositories via API?

Yes, you need a GitHub Personal Access Token for authentication to enable agentic interaction with the GitHub REST API for comprehensive management of repositories, issues, and releases.

Can I search code and list branches across my GitHub repositories?

Manage GitHub releases by using the API to list existing releases and create new ones programmatically, automating your repository's release distribution process alongside pull request and issue management.

What is the best way to list recently updated open pull requests on GitHub?

Create and merge pull requests programmatically by calling the GitHub REST API to automate your code review workflow, supporting operations such as listing, reviewing, and merging pull requests.