github-repo-management

Automate GitHub repository cloning, forking, creating, remotes, and releases via gh CLI.

Updated May 20, 2026
One-click install
npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill github-repo-management-sriramkunamsetty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-management
Source: https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent/tree/main/hermes-agent/skills/github/github-repo-management
Command: npx skills add https://github.com/SriRamkunamsetty/SITA2.0-HermesAgent --skill github-repo-management-sriramkunamsetty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Clone/create/fork repos; manage remotes, releases.

Core Features & Use Cases

  • Create, clone, fork, configure, and manage GitHub repositories. gh is preferred, with git + curl fallback.
  • Manage repository settings, topics, and releases across user and organization accounts.

Quick Start

Clone a repository, set up remotes, and publish a release using gh or the git + curl fallback.

Frequently Asked Questions about github-repo-management

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

FAQPage Schema
How do I clone, fork, and create GitHub repositories using the gh CLI?

To clone, fork, and create GitHub repositories, this Skill automates gh CLI workflows with a git and curl fallback. It handles repository creation, forking, and cloning across personal and organization accounts to streamline your setup process.

Can I manage GitHub repository settings, topics, and remotes for organization accounts?

Yes, you can manage GitHub repository settings, topics, and remotes for organization accounts. The Skill configures remotes and applies repository settings across both user and organization levels using gh CLI commands.

What's the best way to publish GitHub releases across multiple accounts?

The best way to publish GitHub releases is using this Skill's automated gh CLI workflow with a git and curl fallback. It manages release publishing and repository configurations seamlessly across personal and organization accounts.

Does this GitHub repository management tool work without the gh CLI installed?

Yes, this GitHub repository management tool works without the gh CLI by falling back to git and curl commands. While gh is the preferred primary workflow, the fallback ensures cloning, forking, and releasing still function.

Do I need separate authentication to fork and manage repositories?

Yes, you need separate authentication to fork and manage repositories. This Skill integrates with the github-auth skill to handle authentication and access controls required for managing repos and publishing releases.