github-repo-manager

Manage GitHub repositories via gh commands for listing, creating, and editing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline GitHub repository management by providing a unified CLI-based workflow to list, view, create, delete, edit, fork, rename, and search repos via gh.

Core Features & Use Cases

  • List repositories for a user or organization
  • View repository details
  • Create new repositories (public or private)
  • Edit visibility, description, and archive state
  • Fork or rename repositories
  • Search repositories by keyword or owner

Quick Start

Authenticate with gh and begin by listing repositories you own or manage.

Frequently Asked Questions about github-repo-manager

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

FAQPage Schema
How do I manage GitHub repositories using the command line?

GitHub repository management via gh allows you to list, create, delete, edit, fork, and search repos across user, organization, and project scopes. It validates authentication and returns structured text suitable for AI-driven workflows.

Can I create and delete repositories for an organization with gh?

Yes, you can create public or private repositories and delete them across user, organization, and project scopes. The workflow validates authentication and executes gh commands to perform these actions.

Do I need to authenticate with gh before managing repositories?

Yes, authenticating with gh is required before managing repositories. The implementation explicitly validates authentication to ensure gh commands execute successfully and return structured text for your workflow.

What's the best way to search for repositories by keyword or owner?

Searching repositories by keyword or owner is handled through a unified gh-based interface that executes search commands and returns structured text results suitable for AI-driven workflows.

How do I edit repository visibility, description, and archive state in bulk?

Editing repository visibility, description, and archive state is supported through gh commands. The workflow executes these edits and returns structured text, making it suitable for AI-driven automation workflows.

Does this approach work for forking and renaming existing repositories?

Yes, forking and renaming existing repositories are core features of this gh-based workflow. It validates authentication, executes the corresponding gh commands, and returns structured text results.