Verify After Pushing

Use when after pushing commits to remote repository

viteinfinite 5d3ef08 3 files · 1.1 KB Updated

File contents

Verify After Pushing

Overview

CRITICAL: Always verify the following checklist after pushing to remote.

Checklist

  • npx-test.sh does not produce failures
  • npm-install-test.sh does not produce failures

Why This Matters

Git push succeeding does not mean the package actually works. These scripts verify the package is installable and functional.

Common Mistakes

  • Assuming successful push means package works
  • Skipping verification after "git push succeeded"
  • Closing work without testing package installation

viteinfinite/sync-skills/tree/main/.sync-skills/skills/verify-after-pushing commit 5d3ef086bb

Frequently asked questions

npx skillmds@latest add viteinfinite/verify-after-pushing