Validate

Run full validation suite (build, lint, type check, tests) Use when this capability is needed.

tomevault-io Updated

File contents

Validate

Run full validation suite on the codebase. Execute in order, stopping on first failure.

Steps

1. Backend Build

dotnet build MooBank.slnx --no-restore

2. Frontend Lint

cd src/MooBank.Web.App && npm run lint

3. Frontend Build (includes type checking)

cd src/MooBank.Web.App && npm run build

4. Backend Tests

dotnet test tests/ --no-build

Summary Report

After all validations complete, provide:

  • Backend build: PASS/FAIL
  • Frontend lint: PASS/FAIL
  • Frontend build: PASS/FAIL
  • Backend tests: PASS/FAIL (X passed, Y failed)
  • Any warnings encountered
  • Overall: PASS/FAIL

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/andrewmclachlan--moobank--validate commit 05b7eac84b

Frequently asked questions

npx skillmds@latest add tomevault-io/validate-4