execution-plan-review

Synchronize GitHub issue execution blocks by parsing milestone metadata and validating configuration logic.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves inconsistencies in milestone execution plans by synchronizing GitHub issue metadata, such as complexity scores, build models, and dependency graphs, ensuring the source of truth remains accurate.

Core Features & Use Cases

  • Unified Execution Table: Renders a comprehensive table of all milestone issues, including build models, effort, and fableplan status.
  • Automated Validation: Enforces strict logic for complexity bands, preventing invalid configurations like fableplan on low-complexity issues.
  • Batch Updates: Allows users to apply multiple revisions to issue execution blocks simultaneously, reducing manual GitHub API round-trips.

Quick Start

Use the execution-plan-review skill to show the current milestone table and apply the requested changes to the issue execution blocks.

Frequently Asked Questions about execution-plan-review

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

FAQPage Schema
How do I synchronize GitHub issue execution blocks for a milestone?

You can validate complexity bands in GitHub issues by enforcing strict logic that prevents invalid configurations, such as applying fableplan status to low-complexity issues. The skill performs automated graph validation to detect dependency cycles and ensure project-wide execution standards.

Why does my milestone execution plan have inconsistent metadata across issues?

Inconsistent milestone execution plan metadata occurs when complexity scores, build models, and dependency graphs are not synchronized across issues. This skill resolves these inconsistencies by synchronizing GitHub issue metadata to ensure the source of truth remains accurate.

Can I apply batch updates to multiple GitHub issue execution blocks simultaneously?

Yes, you can apply batch updates to multiple GitHub issue execution blocks simultaneously. This feature allows you to apply multiple revisions at once, reducing manual GitHub API round-trips and ensuring consistent execution plan updates.

How do I detect dependency cycles in GitHub issue graphs?

You detect dependency cycles in GitHub issue graphs by performing automated graph validation. The skill analyzes dependencies across multiple issues within a milestone to detect cycles and enforce strict adherence to project-wide execution standards.

What is a unified execution table for GitHub milestone issues?

A unified execution table renders a comprehensive view of all GitHub milestone issues, including build models, effort, and fableplan status. It provides a synchronized source of truth by parsing milestone metadata and validating configuration logic.