# Verify

> Build the solution and run unit tests to verify changes are correct. Use after implementing features or fixes. Use when this capability is needed.

- Skill: `tomevault-io/verify-22` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/verify-22`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/verify-22/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/verify-22

---


Run the following commands in sequence to verify the codebase compiles and tests pass:

1. **Build**: `dotnet build`
2. **Test**: `dotnet test --filter Category!=Integration`

Report results clearly. If there are failures, analyze them and suggest fixes.

If the user asks for a full verification including integration tests, run:
```
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=coverage
```
Note: Integration tests require Docker to be running.

---
> Source: [valdisiljuconoks/LocalizationProvider](https://github.com/valdisiljuconoks/LocalizationProvider) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-30 -->

