github-repo-management

Automate GitHub repository clone, create, fork, and configure via gh CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Efficiently manage GitHub repositories via gh CLI or REST API, eliminating repetitive setup and configuration tasks across multiple repos.

Core Features & Use Cases

  • Clone, create, fork, configure, and manage repositories using gh CLI or a git + curl fallback.
  • Manage remotes, topics, secrets, releases, and workflows for both user and organization repos.
  • Use cases include onboarding new projects, standardizing repo settings across an org, and maintaining repository metadata and access controls.

Quick Start

Authenticate with GitHub and start by cloning an existing repository to verify the workflow.

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 for multiple projects?

Automating GitHub repository setup uses gh CLI or git and curl fallback to clone, create, fork, and configure settings. This eliminates repetitive configuration across multiple repositories for onboarding and org governance workflows.

Can I manage GitHub secrets and actions workflows via REST API?

Yes, managing GitHub secrets and actions workflows via REST API is supported. The tool handles repository metadata, topics, releases, and workflow configurations using gh CLI with a git and curl fallback.

What is the best way to standardize repository settings across an organization?

Standardizing repository settings across an organization involves using automated scripts to apply consistent metadata, access controls, and topics. This ensures uniform repository configuration and governance without manual repetition.

Does this workflow require gh CLI to manage remote repositories?

No, gh CLI is not strictly required to manage remote repositories. The workflow supports a git and curl fallback to interact with GitHub REST API endpoints when the gh CLI is unavailable.

How do I fork and configure repositories for a new project?

Forking and configuring repositories for a new project uses gh CLI commands to copy the source and establish remote management. It standardizes initial setup by applying consistent topics and secrets.