Verify Before Committing

Use when about to create a git commit in this project

viteinfinite c96dd4b 509 B Updated

File contents

Verify Before Committing

Overview

CRITICAL: Always verify the following checklist before creating any git commit.

Checklist

  • Unit tests pass
  • Integration tests pass
  • npm run build has run and ./dist/ is up to date

Common Mistakes

  • Committing without running tests first
  • Forgetting to build before committing TypeScript changes
  • Committing with outdated dist folder

viteinfinite/sync-skills/tree/main/.sync-skills/skills/verify-before-committing commit c96dd4baaf

Frequently asked questions

npx skillmds@latest add viteinfinite/verify-before-committing