sp-live-verify

Verify web application behavior in live or staging environments.

1|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/mwolff328-stack/WolffClaude --skill sp-live-verify
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sp-live-verify
Source: https://github.com/mwolff328-stack/WolffClaude/tree/main/skills/sp-live-verify
Command: npx skills add https://github.com/mwolff328-stack/WolffClaude --skill sp-live-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about sp-live-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify web application behavior in a live staging environment?▼

To verify web application behavior in a live staging environment, you need a diagnostic framework that manages database fixtures, authentication states, and browser rendering constraints to identify discrepancies between local development builds and production-like deployments.

Why does my local testing environment fail to catch production rendering bugs?▼

Local testing environments fail to catch production rendering bugs because they often lack the browser-specific rendering constraints, authentication state mismatches, and database-dependent failures present in live deployments, requiring a comprehensive diagnostic framework to identify these discrepancies.

What is the best way to prevent regression from frozen CSS animations during e2e testing?▼

The best way to prevent regression from frozen CSS animations during e2e testing is to use a verification framework that offers strategies to avoid common pitfalls like frozen animations, CSP-blocked style injections, and stale local database schemas.

How do I validate user session persistence across different viewports without dev-server artifacts?▼

You validate user session persistence across different viewports without dev-server artifacts by using a live environment auditing runbook that verifies UI and functional behavior against a deployed surface or a dedicated throwaway database branch.

Does this verification approach handle SPA routing failures in production-like deployments?▼

Yes, this verification approach handles SPA routing failures by addressing common pitfalls in production-like deployments, ensuring high-fidelity testing by managing environment-specific configuration drifts and browser rendering constraints.

When do I need to audit a throwaway database branch for UI verification?▼

You need to audit a throwaway database branch for UI verification when you want to validate that a new feature correctly handles user sessions and responsive layouts without being misled by local dev-server artifacts or stale database schemas.