github-repo-management

Automate GitHub repository operations via gh CLI or REST API.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill github-repo-management-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-management
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/github/github-repo-management
Command: npx skills add https://github.com/moltis-org/moltis --skill github-repo-management-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloning, creating, forking, and configuring GitHub repositories across single or multiple teams can be tedious and error-prone. This skill consolidates operations via gh CLI or GitHub REST API to provide consistent, auditable workflows.

Core Features & Use Cases

  • Cloning and creating repositories with gh or REST API
  • Forking, configuring remotes, and keeping forks in sync
  • Managing settings such as topics, secrets, releases, and GitHub Actions workflows
  • Reading repo information and performing bulk operations across orgs or teams

Quick Start

Clone or create a repository, then configure remotes, secrets, and workflows 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 GitHub repository management across multiple organizations?

Automating GitHub repository management across multiple organizations uses gh CLI or REST API to clone, create, fork, and configure settings. Operations span personal projects and organizations, enabling consistent, auditable workflows for bulk updates.

Can I configure GitHub Actions workflows and secrets via the command line?

Configuring GitHub Actions workflows and secrets via the command line is supported using gh CLI or REST API. You can manage repository settings, update secrets, and configure workflows across single or multiple repositories within user or organization contexts.

Do I need a GitHub token to manage repositories and sync forks?

A GitHub token with appropriate scopes is required to manage repositories and sync forks. The token authenticates gh CLI or REST API requests, enabling operations like cloning, creating, and configuring remotes across user and organization contexts.

What's the best way to fork a repository and keep it in sync with the upstream?

The best way to fork a repository and keep it in sync uses gh CLI or REST API to configure remotes and pull upstream changes. This skill automates forking, remote configuration, and synchronization for consistent repository management.

Does gh CLI support bulk repository operations like managing topics and releases?

gh CLI supports bulk repository operations including managing topics, releases, and settings via REST API. You can read repo information and perform bulk operations across organizations or teams, automating configuration for multiple repositories efficiently.