github-manage

Create and manage GitHub milestones using the GitHub CLI.

25|2|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/matteocervelli/llms --skill github-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-manage
Source: https://github.com/matteocervelli/llms/tree/main/.archive/skills/github-manage
Command: npx skills add https://github.com/matteocervelli/llms --skill github-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides concrete instructions to manage GitHub workflows, milestones, and PR-related operations on behalf of users.

Core Features & Use Cases

  • Milestone Management: Create and manage GitHub milestones for sprint planning.
  • Repository Operations: Authenticate, view repo info, and perform common admin tasks.
  • PR & Issue Templating: Prepare consistent PR and issue templates for teams.

Quick Start

Use the CLI-enabled commands to create milestones and link them to issues for organized sprint planning.

Frequently Asked Questions about github-manage

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

FAQPage Schema
How do I automate GitHub milestone creation for sprint planning?

Automate GitHub milestone creation using GitHub CLI (gh) by running commands that validate your authentication, collect repository context, and create milestones with title, optional description, and due date. The Skill returns the milestone URL and number for immediate reference in your sprint workflows.

What authentication do I need to manage GitHub milestones programmatically?

You need a valid GitHub CLI (gh) authentication token with write access to your target repository. The Skill validates authentication before performing any operations, ensuring secure access to milestone management tasks.

Can I create GitHub milestones in both interactive and scripted workflows?

Yes, the Skill operates in both interactive mode for manual milestone creation and scripted workflows for batch or automated operations. Both modes validate authentication and repository context before creating milestones.

What repository context is required to create milestones with this Skill?

You need a valid repository context with write access. The Skill collects repository information and validates permissions before creating milestones, ensuring operations execute only where you have sufficient access.

Does this Skill work with GitHub CLI or direct API usage?

The Skill relies on GitHub CLI (gh) for authentication and operations but supports direct API usage as an alternative. Both approaches require valid repository context and write access to create and manage milestones.

What information do I need to provide to create a GitHub milestone?

Provide a required milestone title and optionally a description and due date. The Skill collects this information, validates your repository access, and returns the created milestone's URL and number.