Add gh-label-sync and gh-milestone-manager extensions #25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds two GitHub CLI extensions to the awesome list:
gh-label-sync
A GitHub CLI extension for bulk label management and synchronization from YAML/JSON/CSV files.
Key Features:
--dry-run--forceand--delete-unmanagedflagsWhy it's useful:
Setting up labels in new repositories or syncing label changes across multiple repos is tedious with the GitHub web UI. This extension provides declarative label management that makes it easy to maintain consistent labels across an organization.
Installation:
gh-milestone-manager
A comprehensive GitHub CLI extension for milestone management with beautiful formatting and intuitive commands.
Key Features:
✨ Full CRUD Operations - Create, read, update, and delete milestones
📊 Beautiful Formatting - Table and JSON output with progress indicators
🎯 State Management - Dedicated close/reopen commands (not just edit)
📅 Due Date Management - Multiple date format support
🔄 Multi-Repository - Work across different repos with
--repoflag🛡️ Recently Maintained - Active development (Dec 2025)
Why it's useful:
GitHub CLI doesn't provide native milestone commands. This extension provides comprehensive milestone management with better UX than the existing gh-milestone extension (dedicated close/reopen commands, better formatting, active maintenance).
Installation: