What problem does it solve?
This skill solves the problem of inconsistent, low-quality, or untested frontend UI changes by enforcing a rigorous, automated gatekeeping process that mandates E2E testing and design critique before any work is marked as complete.
Core Features & Use Cases
- Automated UI Gatekeeping: Enforces a strict red-green-refactor cycle using agent-browser click-flows, ensuring no UI implementation occurs without a failing test.
- Design Critique Loop: Mandates a multi-step verification process including screenshot comparison, console error checking, and adversarial design critique.
- Use Case: When building a new dashboard feature, this skill ensures the UI is not only functional but also visually compliant with the design system, free of console errors, and responsive across desktop and mobile viewports.
Quick Start
Use the conejo-frontend skill to implement the new user profile page following the red-green doctrine and the mandatory design critique loop.