github-repo-management

Manage GitHub repositories via gh CLI or REST API.

4|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/ragnarokhaa/hermes --skill github-repo-management-ragnarokhaa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: github-repo-management
Source: https://github.com/ragnarokhaa/hermes/tree/main/hermes-cerul-tech-news-package/hermes-cerul-tech-news-package/hermes-agent/skills/github/github-repo-management
Command: npx skills add https://github.com/ragnarokhaa/hermes --skill github-repo-management-ragnarokhaa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the management of GitHub repositories, including cloning, creating, forking, and configuring them, along with handling secrets, releases, and workflows.

Core Features & Use Cases

  • Repository Management: Clone, create, fork, configure, and manage GitHub repositories.
  • Remote and Secret Management: Manage remotes, secrets, releases, and workflows.
  • Use Case: Automate the process of setting up a new GitHub repository, including cloning, configuring, and adding a new branch.

Quick Start

Use the github-repo-management skill to clone the repository 'https://github.com/owner/repo-name.git' into the local directory 'my-local-dir'.

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 cloning and creating GitHub repositories?▼

You can automate GitHub repository cloning and creation using gh CLI or the GitHub REST API to configure remotes and manage local directories programmatically.

Can I manage GitHub Actions workflows and secrets with the gh CLI?▼

Yes, you can manage GitHub Actions workflows and repository secrets by sending requests through the GitHub REST API or executing gh CLI commands for secrets management.

Do I need to authenticate with GitHub to manage repository releases?▼

Yes, authentication with GitHub is required to manage repository releases, configure workflows, and handle secrets management using the gh CLI or REST API.

What's the best way to fork and configure a GitHub repository?▼

The best way to fork and configure a GitHub repository is using gh CLI commands or REST API calls to automate remote setup and local directory configuration.

Does this approach require installing gh and git to manage repositories?▼

Yes, managing GitHub repositories through this method requires installing gh, git, and curl as dependencies to execute API requests and local repository operations.