milestone-workflow

Orchestrate dependency-aware GitHub issue execution and multi-agent PR review loops.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the complexity of managing large-scale software development milestones by automating the entire lifecycle of GitHub issues, from dependency-aware planning to PR review loops, squash-merging, and final release.

Core Features & Use Cases

  • Dependency-Aware Pipeline: Automatically builds a dependency graph of issues and executes them in the correct order, handling hard code prerequisites and ordering constraints.
  • Multi-Agent Orchestration: Coordinates specialized agents for validation, planning, implementation, and review, ensuring high-quality code delivery.
  • End-to-End Automation: Manages the full flow including PR creation, review cycles, CI gating, squash-merging, documentation syncing, and GitHub releases.

Quick Start

Invoke the milestone-workflow skill by providing the milestone name to initiate the automated pipeline for your project.

Frequently Asked Questions about milestone-workflow

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

FAQPage Schema
How do I automate multi-agent milestone execution pipelines on GitHub?

Automating multi-agent milestone execution pipelines is handled by orchestrating specialized agents for validation, planning, implementation, and review. The workflow coordinates dependency-aware issue execution and automated PR review loops for large-scale repository tasks.

What is the best way to manage dependency-aware issue execution for software milestones?

Dependency-aware issue execution automatically builds a dependency graph to sequence GitHub issues correctly. It ensures hard code prerequisites and ordering constraints are satisfied before proceeding with implementation and release management.

How does a multi-agent PR review loop work with CI-gated merging?

A multi-agent PR review loop coordinates specialized agents to validate and review pull requests. CI gating ensures automated validation passes before squash-merging, maintaining high-quality code delivery in complex development milestones.

Can I automate end-to-end GitHub release management including documentation synchronization?

End-to-end GitHub release management automates PR creation, review cycles, CI gating, squash-merging, and documentation syncing. It completes the milestone lifecycle by issuing final GitHub releases automatically.

Do I need a large-scale repository to benefit from automated milestone workflows?

Automated milestone workflows are designed for large-scale repository workflows requiring automated validation, implementation, and release management. Projects with deterministic task sequencing and complex dependency graphs benefit most from this orchestration approach.