·verify-email-snapshots
""

verify-email-snapshots

aaronontheweb/dotnet-skills

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer.

11Installs·0Trend·@aaronontheweb

Installation

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill verify-email-snapshots

SKILL.md

Snapshot testing captures the rendered HTML and fails when it changes unexpectedly.

This creates UserSignupInvitationRendersCorrectly.verified.html on first run.

When a template changes, the test fails with a diff. Review options:

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer. Source: aaronontheweb/dotnet-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill verify-email-snapshots
Category
""Writing
Verified
First Seen
2026-02-06
Updated
2026-02-18

Quick answers

What is verify-email-snapshots?

Snapshot test email templates using Verify to catch regressions. Validates rendered HTML output matches approved baseline. Works with MJML templates and any email renderer. Source: aaronontheweb/dotnet-skills.

How do I install verify-email-snapshots?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aaronontheweb/dotnet-skills --skill verify-email-snapshots Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/aaronontheweb/dotnet-skills