github-operations

Manage GitHub issues, pull requests, repositories, Actions, and releases.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/batuhanysv/sdx-agentic-infraops --skill github-operations-batuhanysv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-operations
Source: https://github.com/batuhanysv/sdx-agentic-infraops/tree/main/.github/skills/github-operations
Command: npx skills add https://github.com/batuhanysv/sdx-agentic-infraops --skill github-operations-batuhanysv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines GitHub management by providing tools to handle issues, pull requests, repositories, Actions, and releases efficiently.

Core Features & Use Cases

  • Issue & PR Management: Create, list, search, and update GitHub issues and pull requests using MCP tools.
  • Repository & Actions Management: Manage repositories, workflows, and runs using the GitHub CLI.
  • Release Automation: Create, list, and download GitHub releases.
  • Use Case: Automatically create a bug report issue in a specific repository, assign it to a team member, and add relevant labels.

Quick Start

Use the github-operations skill to create a new issue in the 'owner/repo' repository with the title 'Bug in login functionality' and a detailed description.

Frequently Asked Questions about github-operations

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

FAQPage Schema
How do I manage GitHub issues and pull requests programmatically?

You can manage GitHub issues and pull requests by creating, listing, searching, and updating them. This Skill prioritizes MCP tools to handle issue and PR operations, supporting automated workflows like bug report creation and team member assignment.

Can I automate GitHub Actions and CI/CD pipeline monitoring?

Yes, you can automate GitHub Actions and CI/CD pipeline monitoring. Repository and Actions management is handled using the GitHub CLI, allowing you to manage workflows, monitor runs, and track pipeline status efficiently.

What's the best way to create and manage GitHub releases?

The best way to manage GitHub releases is through release automation features. You can create, list, and download GitHub releases directly, streamlining the deployment and distribution of repository updates.

Do I need specific auth configurations to use GitHub CLI in devcontainers?

Yes, specific auth configurations are required for devcontainers. The Skill requires adherence to MCP-first protocols and specific devcontainer authentication setups to ensure secure GitHub operations.

How do I automatically create a bug report issue and assign labels?

To automatically create a bug report issue, use the Skill to generate an issue in a specific repository with a title and detailed description. It automatically assigns the issue to a team member and adds relevant labels.

Why does this Skill use both MCP tools and GitHub CLI?

This Skill uses both tools to optimize GitHub operations. It prioritizes MCP tools for issues and pull requests, while relying on the GitHub CLI for repository management, Actions, and releases, ensuring efficient workflow coverage.