What problem does it solve?
This skill solves the problem of unreliable local testing environments that fail to catch real-world production issues, such as browser-specific rendering bugs, authentication state mismatches, and database-dependent failures.
Core Features & Use Cases
- Live Environment Auditing: Provides a runbook for verifying UI and functional behavior against a live-deployed surface or a dedicated throwaway database branch.
- Regression Prevention: Offers strategies to avoid common pitfalls like frozen CSS animations, CSP-blocked style injections, and stale local database schemas.
- Use Case: Use this skill to validate that a new feature correctly handles user session persistence and responsive layout across different viewports without being misled by local dev-server artifacts.
Quick Start
Execute the sp-live-verify skill to audit the current UI state against the deployed application environment.