dotnet-verify

Installation
SKILL.md

.NET Verify Snapshot Testing

Manage Verify snapshot tests using the verify.tool dotnet local tool.

Discovery

To list all test files using Verify snapshots:

rg -l "Verifier\.Verify|UsesVerify|\.verified\." --type cs

To scope to a specific directory:

rg -l "Verifier\.Verify|UsesVerify|\.verified\." --type cs <path/to/test/directory>

Update Snapshots

Related skills

More from nikiforovall/claude-code-rules

Installs
5
GitHub Stars
123
First Seen
Mar 16, 2026