runtime-parity-verification - Verify runtime UI and CLI parity with backend truth.
Verifies running app core flows by cross-checking rendered UI or CLI flags against authoritative backend state.
Tags
Updated: 2026-09-18Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Capture backend source of truth state
- Probe rendered UI state headlessly
- Assert UI equality with backend state
- Encode repository smoke test script
- Validate smoke test failure capability
- Validate documented CLI interface parity
- Test CLI malformed input rejection
Inputs
- Authoritative backend state
- Rendered UI or stdout buffer
- Documented CLI commands
Outputs
- Runtime parity assertion status
- Per-repo smoke test script
Requirements
- Headless platform UI driver or probe
- Executable target application or CLI binary
