milestone-modify

Modify GitHub milestones by updating descriptions, closing, or deleting them.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Milestone management in GitHub can be error-prone and time-consuming when updating descriptions, closing, or deleting milestones during software releases. This skill automates those repetitive tasks to keep milestones accurate and organized.

Core Features & Use Cases

  • Update milestone titles and descriptions to reflect current release plans.
  • Close or delete milestones that are completed or created in error.
  • Integrate with SSOT-guided workflows to ensure milestone actions align with release schedules.

Quick Start

Use milestone-modify to update milestone #3 with a new title and close it during a release.

Frequently Asked Questions about milestone-modify

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

FAQPage Schema
How do I update a GitHub milestone description from a chat interface?

You can update a GitHub milestone description directly from chat by applying the --number and --title flags to modify milestone details, ensuring release plans stay accurate without accessing the GitHub UI.

What is the best way to automate closing GitHub milestones during a release?

Automating GitHub milestone closures involves passing the --close flag with the specific milestone number, streamlining release planning workflows and maintaining project hygiene via command-line inputs.

Can I delete a GitHub milestone created in error using a command-line tool?

Yes, you can delete a GitHub milestone created in error by using the --delete flag with the milestone number, removing incorrect tracking items and keeping your project milestones organized.

Does GitHub milestone management integrate with SSOT-guided workflows?

Yes, GitHub milestone management validates inputs against SSOT guidelines, ensuring that milestone updates, closures, and deletions align with established release schedules across projects.

What flags are required to modify milestone titles in GitHub?

To modify milestone titles in GitHub, you need to use the --number flag to target the specific milestone and the --title flag to apply the updated text during your release planning workflow.