milestoneplan

Aggregate GitHub milestone issue data into a structured markdown table.

45|7|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/richkuo/rk-skills --skill milestoneplan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestoneplan
Source: https://github.com/richkuo/rk-skills/tree/main/skills/milestoneplan
Command: npx skills add https://github.com/richkuo/rk-skills --skill milestoneplan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the difficulty of tracking complex project milestones by consolidating fragmented issue data into a single, readable, and actionable overview.

Core Features & Use Cases

  • Automated Reporting: Aggregates issue status, complexity, dependencies, and build requirements into a clean markdown table.
  • Pipeline Visibility: Provides a clear view of the execution plan for any milestone, identifying which issues are ready for work and which require review.
  • Use Case: Use this when you need to present a status update to stakeholders or verify the readiness of a development sprint without manually checking dozens of individual GitHub issues.

Quick Start

Ask the assistant to show the execution plan for the v1 milestone by typing show the plan for v1.

Frequently Asked Questions about milestoneplan

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

FAQPage Schema
How do I generate a milestone execution plan from GitHub issues?

To generate a milestone execution plan, query repository milestones and parse issue bodies for complexity and dependencies to aggregate the data into a markdown table.

How does milestone reporting handle issue complexity and dependency tracking?

Milestone reporting parses GitHub issue bodies to extract complexity scores and dependency edges, consolidating this fragmented data into a structured visual table.

Do I need GitHub CLI access to visualize milestone execution plans?

Yes, you need GitHub CLI access to fetch repository issue metadata and perform the read-only analysis required to visualize milestone execution plans.

Can I use milestone tables to verify sprint readiness for stakeholders?

Yes, you can use milestone tables to verify sprint readiness by consolidating issue status and build requirements into a clean overview for stakeholder reporting.

What is the best way to track project management progress without checking individual GitHub issues?

The best way to track project management progress is to aggregate GitHub milestone issue data into a single markdown table, providing pipeline visibility without manual checks.