claude-mobile-validation-gate
Installation
SKILL.md
Validation Gate Automation with expo-mcp
Overview
Execute validation gates with expo-mcp autonomous testing (visual verification) and HARD STOP enforcement on failures.
Core principle: ALL tests must pass. Use expo-mcp for visual verification. STOP immediately if any fail.
Announce at start: "I'm using the claude-mobile-validation-gate skill to execute Validation Gate [X]."
When to Use
- Executing Gate 3A (backend functional testing)
- Executing Gate 4A (frontend visual testing with expo-mcp)
- Executing Gates 6A-E (integration testing with expo-mcp)
- Verifying phase completion
- Re-testing after fixes