github-repo-management

Manage GitHub repositories, pull requests, issues, and Pages deployments.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill github-repo-management-donzzzilla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-management
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/github/github-repo-management
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill github-repo-management-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, curl, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill provides a comprehensive set of commands to manage GitHub repositories, including authentication, repository management, pull requests, code review, issues, and GitHub Pages deployment, streamlining the workflow for GitHub operations.

Core Features & Use Cases

  • Authentication: Handles authentication using various methods including gh CLI and Git credentials.
  • Repository Management: Clone, create, fork, and manage repositories.
  • Pull Requests: Create, monitor, and merge pull requests.
  • Code Review: Manage code reviews and provide feedback.
  • Issue Management: View, create, and manage issues.
  • GitHub Pages Deployment: Deploy GitHub Pages with detailed guidance on file handling and configurations.

Quick Start

To authenticate and set up the environment, run the following commands:

source scripts/gh-env.sh

This sets up the necessary environment variables for GitHub operations.

Frequently Asked Questions about github-repo-management

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

FAQPage Schema
How do I manage GitHub repository operations like pull requests and issues from the command line?

You can manage GitHub repository operations by using commands that handle pull requests, code reviews, and issue tracking. This requires the gh CLI or configured Git credentials to execute lifecycle actions directly from your terminal.

What's the best way to automate GitHub Pages deployment alongside issue tracking?

Automating GitHub Pages deployment alongside issue tracking is handled through a comprehensive command set that provides detailed guidance on file handling and configurations, streamlining both deployment and project management workflows.

Do I need the gh CLI installed to handle authentication and repository management?

Yes, handling authentication and repository management requires the gh CLI or properly configured Git credentials. You can initialize the necessary environment variables for these operations by sourcing the provided environment setup script.

Can I use this approach to manage the entire pull request lifecycle including code review?

Yes, you can manage the entire pull request lifecycle including code review. The commands allow you to create, monitor, and merge pull requests, as well as manage code reviews and provide feedback directly.

How does this approach handle authentication for GitHub Pages deployment and code reviews?

Authentication for GitHub Pages deployment and code reviews is handled using various methods, primarily leveraging the gh CLI and standard Git credentials to securely authorize repository operations and interactions.