milestone-review

Parses milestone definitions and sprint reports to generate a structured Milestone Review with a go/no-go recommendation.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill milestone-review-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: milestone-review
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/milestone-review
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill milestone-review-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates comprehensive milestone assessment by aggregating feature completeness, quality metrics, risk, and a go/no-go recommendation.

Core Features & Use Cases

  • Load milestone data from production/milestones and sprint reports
  • Scan codebase health for TODO/FIXME/HACK indicators
  • Generate a structured Milestone Review with sections for Overview, Feature Completeness, Quality Metrics, Risk Assessment, Velocity, and Go/No-Go
  • Persist the final review to production/milestones/[milestone-name]-review.md
  • Provide go/no-go recommendations with actionable next steps

Quick Start

Invoke milestone-review with a milestone name (or current) and an optional review mode to generate and save a milestone review.

Frequently Asked Questions about milestone-review

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

FAQPage Schema
How do I automate a milestone review for project readiness?

Automating a milestone review involves parsing milestone definitions and sprint reports to assess feature completeness and quality metrics. This process generates a structured evaluation with a go/no-go recommendation, identifying blockers and determining overall project readiness.

What is a go/no-go recommendation in milestone planning?

A go/no-go recommendation in milestone planning is a structured checkpoint decision based on aggregated health indicators. It evaluates feature completeness, quality metrics, and risk assessment to determine if a project is ready to proceed or requires actionable next steps to resolve blockers.

How do I generate a milestone health report from sprint reports?

To generate a milestone health report, you parse sprint reports and risk registers alongside milestone definitions. The system scans codebase health indicators like TODO and FIXME comments, producing a structured review covering velocity, risk assessment, and feature completeness.

Can I scan codebase health indicators for a milestone assessment?

Yes, you can scan codebase health indicators during a milestone assessment by detecting TODO, FIXME, and HACK comments. These technical debt indicators are aggregated with quality metrics and risk analysis to inform the final go/no-go recommendation.

What is the best way to document a milestone review?

The best way to document a milestone review is to persist the final structured evaluation as a markdown file. This ensures the feature completeness, quality metrics, risk assessment, and go/no-go recommendation are recorded in a standardized format for future reference.

Does a milestone review require a risk register to assess readiness?

A milestone review parses risk registers alongside sprint reports and milestone definitions to assess readiness. Aggregating this risk data with quality metrics and feature completeness is essential for generating an accurate go/no-go recommendation and identifying blockers.