rehearsal-promotion-review

Review rehearsal dry-run JSON evidence to determine safe promotion decisions.

41|3|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/eidetic_engine_cli --skill rehearsal-promotion-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rehearsal-promotion-review
Source: https://github.com/Dicklesworthstone/eidetic_engine_cli/tree/main/skills/rehearsal-promotion-review
Command: npx skills add https://github.com/Dicklesworthstone/eidetic_engine_cli --skill rehearsal-promotion-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps prevent risky or destructive promotions by turning rehearsal dry-run outputs into a conservative, evidence-based review decision.

Core Features & Use Cases

  • Evidence-gated promotion review: Reviews rehearsal plan/run/inspect JSON and only recommends actions when required evidence and provenance are present.
  • Stop/Go safety gates: Blocks promotion when rehearsal evidence is missing, malformed, unavailable, or fails preconditions; escalates when risk is unclear.
  • Mutation risk analysis: Summarizes planned file/record changes, side effects, preconditions, and identifies verification/rollback considerations for post-promotion.

Quick Start

Use the skill after running ee rehearse dry-run commands for your workspace, then paste the resulting rehearsal JSON output into the skill for a go/no-go review.

Frequently Asked Questions about rehearsal-promotion-review

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

FAQPage Schema
How do I review dry-run artifacts before promoting production changes?

To review dry-run artifacts before promoting production changes, you validate rehearsal plan, run, and inspect JSON outputs to confirm preconditions and mutation evidence are present. This evidence-based approach provides a conservative go/no-go decision before any live deployment.

What is a rehearsal promotion review and when is it needed?

A rehearsal promotion review is an evidence-gated safety check required before promoting production-mutation workflows. You need it when executing ee rehearsals to audit dry-run artifacts, verify mutation side effects, and ensure destructive operations are explicitly escalated before any live change occurs.

How do I perform a go/no-go safety check for a production mutation?

To perform a go/no-go safety check for a production mutation, paste your validated rehearsal JSON output into the review process. It blocks promotion when evidence is missing, malformed, or unavailable, and escalates destructive operations while summarizing planned file and record changes for rollback planning.

Does the promotion review process work with degraded or unavailable rehearsal states?

The promotion review process includes strict handling for degraded, unavailable, or redacted rehearsal states. It blocks any promotion when dry-run evidence is incomplete or fails preconditions, requiring explicit escalation for destructive operations to prevent unsafe production changes.

What are the limitations of evidence-based change promotion review?

Evidence-based change promotion review requires validated, provenance-rich rehearsal JSON inputs to function. It cannot recommend actions when rehearsal evidence is missing, malformed, or unavailable, and it will block promotion rather than proceed if required preconditions fail or risk remains unclear.

Can I use rehearsal dry-run outputs to analyze mutation risk and rollback considerations?

Yes, you can use rehearsal dry-run outputs to analyze mutation risk. The review summarizes planned file and record changes, identifies side effects, verifies preconditions, and highlights verification and rollback considerations needed for safe post-promotion monitoring.