Flow commands
/flow:validate
Full validation pipeline — static + tests + build + cross-platform scenario (5 platforms) + a11y + design consistency
| Property | Value |
|---|---|
| Command | /flow:validate |
| Category | daily (daily) |
| Argument hint | (none) |
| Source | plugins/flow/commands/validate.md |
Description
Full validation pipeline — static + tests + build + cross-platform scenario (5 platforms) + a11y + design consistency
Invocation
snippet
/flow:validateSummary
This is the main validation gate. Run it before /done, before push, or when reviewing older code. The cross-platform scenario is the backbone — for any multi-platform project (mobile/tablet/web) parity is a core feature.
Source of truth
This page is auto-generated from the command's frontmatter. The exact prompt Claude runs — including directives, edge-case handling, and tool-routing logic — lives in the source file:
plugins/flow/commands/validate.md → read it for the full behavior.