Final verification - run all Pest tests, validate Playwright UI flows, and check production checklist
/plugin marketplace add mwguerra/claude-code-plugins/plugin install mwguerra-code-code@mwguerra/claude-code-plugins# Verify Command Run comprehensive verification to confirm production readiness. ## Usage ## What This Command Does This command runs all verification steps to confirm the application is production-ready. It's the final gate before deployment. ## Verification Steps ### Step 1: Test Suite Execution Run all automated tests: **Pass criteria**: ALL tests must pass (100% green) ### Step 2: Playwright UI Verification Test all major user flows visually: #### Authentication Flows - [ ] Login page loads correctly - [ ] Login with valid credentials works - [ ] Login with invalid creden...