What problem does it solve?
Milestones in GitHub are often used as anchors for releases, but many projects struggle with inconsistent version formats, vague descriptions, or missing issue links. This skill provides a deterministic audit to enforce standard milestone structures and improve release traceability.
Core Features & Use Cases
- Milestone format validation: ensures the version string adheres to the project's convention.
- Description quality audit: checks that each milestone includes a clear, helpful summary.
- Issue linkage verification: confirms milestones reference related issues or pull requests to maintain traceability.
- Use Case: run a release readiness check to catch formatting or linkage gaps before creating a new milestone.
Quick Start
Run the milestone-validate command to audit your repository milestones for version format, descriptions, and linked issues.