review-flow

Analyze ProcessFlow JSON for execution semantics issues and report findings.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/csilost2001/html-designer --skill review-flow-csilost2001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-flow
Source: https://github.com/csilost2001/html-designer/tree/main/.claude/skills/review-flow
Command: npx skills add https://github.com/csilost2001/html-designer --skill review-flow-csilost2001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert, machine-assisted review of ProcessFlow JSON execution semantics to identify issues in variable lifecycles, TX scope, runIf chains, compensation integrity, and screen-item interactions.

Core Features & Use Cases

  • Automates detection of execution-time bugs that pass schema validation but fail at runtime.
  • Validates cross-step references, scopes, event flows, and screen-item mappings to improve reliability.
  • Use Case: A design team submits a new ProcessFlow JSON; the tool returns a prioritized list of potential runtime issues and suggested fixes.

Quick Start

Provide the target ProcessFlow path or UUID to start the automated ProcessFlow execution semantics review.

Frequently Asked Questions about review-flow

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

FAQPage Schema
How do I validate ProcessFlow JSON execution semantics for runtime errors?

You can validate ProcessFlow JSON execution semantics by running an automated review that identifies runtime issues in variable lifecycles, TX scope, runIf chains, compensation, and screen-item interactions.

What is ProcessFlow JSON semantic validation and when do I need it?

ProcessFlow JSON semantic validation is an automated analysis that detects runtime bugs in variable lifecycles and scopes, needed when schema validation passes but runtime failures occur.

How do I find variable lifecycle and TX scope bugs in ProcessFlow JSON?

You find variable lifecycle and TX scope bugs in ProcessFlow JSON by running an automated semantic review that analyzes cross-step references and scopes to return prioritized runtime issues.

Does schema validation guarantee my ProcessFlow JSON will run without errors?

Schema validation does not guarantee your ProcessFlow JSON will run without errors, as execution-time bugs in runIf chaining, compensation integrity, and screen-item mappings can pass schema checks but fail at runtime.

How do I start an automated review of my ProcessFlow execution semantics?

You start an automated review of ProcessFlow execution semantics by providing the target ProcessFlow path or UUID, which triggers analysis of the JSON and returns a prioritized list of runtime issues.

Why does my ProcessFlow pass validation but fail during runtime execution?

Your ProcessFlow may pass validation but fail during runtime execution due to semantic issues in variable lifecycles, TX scope, runIf chains, compensation integrity, or screen-item interactions that schema validation does not catch.