github-repo-management

Manage GitHub repositories, remotes, secrets, releases, and workflows via gh CLI.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill github-repo-management-titoprausee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-repo-management
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/github/github-repo-management
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill github-repo-management-titoprausee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of managing GitHub repositories by giving you a reliable way to create, clone, fork, configure, and maintain repos from one workflow.

Core Features & Use Cases

  • Repository Lifecycle Management: Create new repositories, clone existing ones, and fork projects with consistent setup steps.
  • Configuration and Governance: Update repo settings, branch protection, topics, secrets, and GitHub Actions workflows.
  • Releases and Operations: Publish releases, upload assets, inspect repo state, and keep forks in sync for ongoing maintenance.
  • Use Case: A developer can use this Skill to set up a new project, add the right remotes, configure secrets for CI, and ship a tagged release without switching between tools.

Quick Start

Ask the skill to help you clone, create, fork, configure, or release a GitHub repository using the best available method for your environment.

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 creation and configuration across organization accounts?

Automate GitHub repository creation by using a workflow that handles cloning, forking, and settings updates across personal and organization accounts. It applies consistent setup steps for remotes, branch protection, and topics without manual tool switching.

What is the best way to manage GitHub Actions workflows and secrets for CI?

Manage GitHub Actions workflows and secrets by configuring repository settings through an automated interface. This process handles secret injection and workflow updates to prepare your continuous integration pipelines reliably.

How do I publish GitHub releases and upload assets from the command line?

Publish GitHub releases and upload assets by executing structured repository operations that tag and ship versions. This approach uses GitHub REST API fallbacks and gh CLI support to handle release distribution efficiently.

Do I need gh CLI installed to fork repositories and keep them in sync?

Yes, you need gh CLI installed and authenticated access to fork repositories and keep them in sync. The management process requires gh CLI support with git and GitHub REST API fallbacks to perform remote operations successfully.

Can I update branch protection rules and inspect repository state for multiple projects?

Yes, you can update branch protection rules and inspect repository state for multiple projects. The workflow supports structured handling of repository operations, allowing you to apply governance settings and inspect states across personal and organization accounts consistently.