github-repo-management

Automate GitHub repository operations via gh CLI or REST API.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill github-repo-management-vyre-studios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-management
Source: https://github.com/VYRE-Studios/Windows-Agentic-Framework/tree/main/skills/github/github-repo-management
Command: npx skills add https://github.com/VYRE-Studios/Windows-Agentic-Framework --skill github-repo-management-vyre-studios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates GitHub repository operations such as cloning, creating, forking, configuring, and managing repos, reducing manual setup and governance overhead.

Core Features & Use Cases

  • Clone, create, fork, and configure repos across GitHub users and organizations.
  • Manage remotes, topics, secrets, releases, and GitHub Actions workflows using gh CLI or REST API with curl fallbacks.
  • Use cases include onboarding new projects, standardizing repo templates, enforcing governance, and automating CI/workflow setups.

Quick Start

Create a new repository and apply a standard workflow using gh or the REST API.

Frequently Asked Questions about github-repo-management

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

FAQPage Schema
How do I automate creating and configuring multiple GitHub repositories?

You can automate GitHub repository operations like creating, forking, and configuring multiple repos by running deterministic scripts via the gh CLI or REST API with curl fallbacks to ensure reproducible setups.

Can I manage GitHub Actions workflows and secrets remotely without the browser?

Yes, you can manage GitHub Actions workflows, secrets, and releases remotely by executing commands through the gh CLI or using REST API calls with curl fallbacks for direct repository automation.

What is the best way to enforce standard repo templates and governance across an organization?

The best way to enforce governance and standardize repo templates is applying deterministic scripts that automate configuration, topic management, and remote setup across GitHub users and organizations.

Does this GitHub automation approach work if I only have curl and not the gh CLI installed?

Yes, this approach works with curl because it supports git and REST API fallbacks, allowing you to handle repository operations, secrets, and releases without needing the gh CLI.

How do I handle onboarding new projects with standard CI workflows on GitHub?

Automate project onboarding by using scripts to create new repositories and apply standard GitHub Actions workflows, reducing manual setup overhead and ensuring consistent CI configurations across teams.