Pre Push

Pre-flight safety gate that checks whether the project is actually safe to commit/push to GitHub (or any remote) RIGHT NOW. Use when the user asks "is this ready to push?", "can I commit this?", "check before I push", "did I leave any secrets in", "ready for GitHub?". Inspects the real git state — staged diff, tracked files, source, and history — for secrets/API keys, .env/.venv being tracked, PII, leftover debug/conflict markers, and .gitignore gaps. Read-only; reports a clear ready/blockers verdict and defers to the gitignore and security-audit skills for fixes.

POSTTTT 2006862 5.2 KB Updated

File contents

POSTTTT/SKILLs/tree/main/.claude/skills/pre-push commit 2006862c65

Frequently asked questions

npx skillmds@latest add postttt/pre-push