Ship Gate

Read the staged git diff and flag anything that shouldn't be committed — secrets or API keys, leftover debug code (dd(), console.log, etc.), large commented-out blocks, and accidentally added large or binary files. For each problem show the file and line and why it's a problem, then end with a clear PASS or BLOCK. Use before committing, when the user asks to "check what's staged", "review my staged changes", "anything I shouldn't commit", "scan the diff before I commit", or wants a pre-commit safety check.

unlearndev feeee4e 6.6 KB Updated

File contents

unlearndev/skills/tree/main/skills/ship-gate commit feeee4e394

Frequently asked questions

npx skillmds@latest add unlearndev/ship-gate