github-v3-rest-api

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

19|6|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Yuyz0112/public-api-skills --skill github-v3-rest-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-v3-rest-api
Source: https://github.com/Yuyz0112/public-api-skills/tree/main/apis/github/github-v3-rest-api
Command: npx skills add https://github.com/Yuyz0112/public-api-skills --skill github-v3-rest-api

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive access to GitHub's v3 REST API, enabling programmatic interaction with repositories, issues, pull requests, actions, and more. It allows developers and AI agents to automate workflows, manage projects, and retrieve detailed information from GitHub.

Core Features & Use Cases

  • Repository Management: Create, update, and manage repositories, branches, and files.
  • Issue and Pull Request Tracking: Create, comment on, and manage issues and pull requests.
  • GitHub Actions Automation: Trigger workflows, manage runners, and access job logs.
  • User and Organization Management: Retrieve information about users, organizations, and their associated resources.
  • Use Case: An AI agent can use this Skill to automatically create a new issue in a repository, assign it to a team member, and add relevant labels based on user input.

Quick Start

Use the github-v3-rest-api skill to list all repositories for the authenticated user.

Frequently Asked Questions about github-v3-rest-api

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

FAQPage Schema
How do I automate GitHub repository management and pull request tracking?

Automate GitHub repository management and pull request tracking by using the GitHub v3 REST API to programmatically create, update, and manage repositories, issues, and pull requests. It supports detailed operations for each resource, including retrieval and updates.

Can I trigger GitHub Actions workflows and access job logs via the REST API?

Yes, you can trigger GitHub Actions workflows, manage runners, and access job logs via the GitHub v3 REST API. This facilitates the automation of development workflows and continuous integration processes programmatically.

What can I do with GitHub issues and pull requests using the REST API?

Using the GitHub REST API, you can create, comment on, and manage issues and pull requests. An AI agent can automatically create a new issue, assign it to a team member, and add relevant labels based on user input.

Does the GitHub REST API support managing users and organizations?

Yes, the GitHub REST API supports user and organization management. You can retrieve detailed information about users, organizations, and their associated resources programmatically.

How do I list all repositories for an authenticated GitHub user?

To list all repositories for an authenticated user, use the GitHub v3 REST API. This Skill provides programmatic access to retrieve detailed information and manage repositories directly from your development workflows.