Create and validate component snapshots for UI regression testing. Use when performing specialized testing. Trigger with phrases like "update snapshots", "test UI snapshots", or "validate component snapshots".
4.0
Rating
0
Installs
Testing & Quality
Category
The skill provides a generic testing framework template but lacks snapshot-specific implementation details. While the description mentions UI regression testing and snapshot validation, the instructions are generic test execution steps that don't explain snapshot testing concepts (creating baselines, comparing renders, updating mismatches). The structure is reasonable but repetitive (duplicate overview sections). Novelty is low because snapshot testing commands (like jest -u or vitest -u) are straightforward CLI operations that don't require significant orchestration. The skill would benefit from concrete snapshot-testing workflows, framework-specific commands, and guidance on when to update vs. investigate snapshot failures.
Loading SKILL.md…