skill-system-review

Convert Prometheus plan markdown into TKT bundle commands and generate review prompts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/arthur0824hao/ExperimentPipeline --skill skill-system-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-system-review
Source: https://github.com/arthur0824hao/ExperimentPipeline/tree/main/.agents/skills/skill-system-review
Command: npx skills add https://github.com/arthur0824hao/ExperimentPipeline --skill skill-system-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skill-system-tkt, and includes scripts (resource) components.

What problem does it solve?

This skill bridges Prometheus review and planning flows with the TKT ticket lifecycle, enabling structured review prompts, plan-to-bundle conversions, and inbox-based feedback integration across the entire workflow.

Core Features & Use Cases

  • Generate a structured review context for Prometheus after a bundle closes.
  • Convert Prometheus plan markdown into TKT bundle commands (and express routes when feasible).
  • Write Prometheus review feedback back into the Review Agent Inbox for ingestion into the TKT system.
  • Provide a startup overview prompt to assess roadmap status and active bundles at session start.

Quick Start

Start by running generate-review-prompt for a ticket, then use plan-to-bundle to convert a Prometheus plan into TKT commands, and finally run write-review-inbox to publish the feedback.

Frequently Asked Questions about skill-system-review

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

FAQPage Schema
How do I convert Prometheus plan markdown into TKT bundle commands?

To convert Prometheus plan markdown into TKT bundle commands, this skill parses the plan markdown and generates machine-readable TKT bundle commands, preserving metadata like waves, dependencies, and QA metadata.

How do I generate a structured review prompt after a TKT bundle closes?

To generate a structured review prompt after a bundle closes, this skill reads review_yaml, roadmap, and ticket results from the bundle, outputting both machine-readable JSON and human-readable prompts for Prometheus.

Can I write Prometheus review feedback back into the TKT ticket system?

Yes, you can write Prometheus review feedback back into the TKT ticket system by publishing it into the Review Agent Inbox, enabling automated ingestion into the TKT lifecycle.

Does this workflow automation require the skill-system-tkt dependency?

Yes, this workflow automation requires the skill-system-tkt dependency to bridge Prometheus planning flows with the TKT ticket lifecycle and execute structured ticket generation.

What is the best way to assess roadmap status and active bundles at session start?

The best way to assess roadmap status and active bundles at session start is by running the startup overview prompt, which evaluates current bundle states and roadmap progress.

Does the plan-to-bundle conversion preserve waves and QA metadata?

Yes, the plan-to-bundle conversion preserves waves, dependencies, and QA metadata by reading the original review_yaml and roadmap data, ensuring no structural context is lost during the JSON output generation.