github

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

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill github-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/github-api
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill github-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines interactions with GitHub, allowing for efficient management of repositories, issues, pull requests, and code.

Core Features & Use Cases

  • Repository Management: Create, update, and delete repositories.
  • Issue & PR Tracking: Create, update, list, and manage issues and pull requests.
  • Code Operations: Interact with repository contents, branches, and commits.
  • Use Case: Automatically create a new GitHub repository for a new project, set up initial branches, and create the first issue to track development tasks.

Quick Start

Use the github skill to list all repositories for the authenticated user.

Frequently Asked Questions about github

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

FAQPage Schema
How do I automate GitHub repository management via REST API?

GitHub repository management via REST API is automated by integrating with the GitHub REST API to programmatically create, update, and delete repositories. This managed OAuth flow enables direct interaction with repository contents, branches, and commits.

Can I programmatically manage GitHub issues and pull requests?

Yes, you can programmatically manage GitHub issues and pull requests through the GitHub REST API. This supports creating, updating, listing, merging pull requests, and tracking issues to streamline development workflows.

Does this GitHub API integration require manual OAuth configuration?

No manual OAuth configuration is needed because the integration uses a managed OAuth flow to access the GitHub REST API. This allows you to authenticate and perform operations like searching code and listing branches seamlessly.

What's the best way to search code across multiple GitHub repositories?

The best way to search code across GitHub repositories is by using the GitHub REST API's search functionality. This integration enables programmatic access to search code, list users, and retrieve commits across managed repositories.

How do I set up a new GitHub project with initial branches and issues?

To set up a new GitHub project, use the GitHub REST API to automatically create a new repository, set up initial branches, and create the first issue to track development tasks. This streamlines project initialization workflows.