github-repo-management

Automate GitHub repository creation, configuration, and management via gh CLI or REST API.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/founderphantom/zola-agent --skill github-repo-management-founderphantom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-management
Source: https://github.com/founderphantom/zola-agent/tree/main/skills/github/github-repo-management
Command: npx skills add https://github.com/founderphantom/zola-agent --skill github-repo-management-founderphantom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clone, create, fork, configure, and manage GitHub repositories and their automation workflows to reduce manual admin effort and errors.

Core Features & Use Cases

  • Clone, create, fork, configure, and manage repositories and remotes
  • Manage secrets, releases, and GitHub Actions workflows across personal and organization accounts
  • Use gh CLI or GitHub REST API via curl as a fallback for broad compatibility and automation

Quick Start

Initialize a new or existing repository and enable common automation tasks with a single command.

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 GitHub repository setup and management?

Automate GitHub repository setup by using gh CLI or REST API via curl to clone, create, fork, and configure remotes, reducing manual admin effort and errors.

How do I manage GitHub Actions workflows and secrets across organization repositories?

Manage GitHub Actions workflows and secrets across personal and organization accounts by executing gh CLI commands or curl REST API requests to configure automation securely.

Can I use curl to manage GitHub releases if the gh CLI is not installed?

You can use curl to call the GitHub REST API as a fallback to manage releases and repository configurations when gh CLI is unavailable or for broad automation compatibility.

What is the best way to configure remotes for a forked GitHub repository?

Configure remotes for a forked GitHub repository by running gh CLI commands or curl REST API requests to set upstream and origin URLs for synchronization.

Does this GitHub automation approach work for both personal and organization accounts?

This GitHub automation approach handles both personal and organization accounts, supporting repository creation, secrets management, and workflow configuration across different scopes.

Why use gh CLI or REST API via curl for repository automation instead of manual configuration?

Using gh CLI or REST API via curl for repository automation reduces manual admin effort and errors when creating repositories, managing releases, and configuring Actions workflows.