Mandatory pre-push security and quality pipeline. TRIGGER automatically whenever the user requests any git push: 'push my changes', 'push to origin', 'push this', 'push the code', 'commit and push', 'ship it', 'deploy to remote', 'deploy to prod/staging/production', or any git push command. Blocks hardcoded credentials (12 patterns: AWS/GCP/Azure/LLM keys, private keys, connection strings, platform tokens, merge conflicts), supply chain risks (9-IOC), MCP tool poisoning (3 patterns), auth bypasses, and OWASP Top 10 vulnerabilities. Do NOT skip unless user says 'skip review' or 'force push'.
$npx -y skills add alexzio00/sovereign-skills --skill pre-pushInstalls into the current project.
Run `npx skills use "https://github.com/alexzio00/sovereign-skills" --skill "alexzio00/sovereign-skills/pre-push"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/alexzio00/sovereign-skills" that are relevant to the current task. Run `npx skills add "https://github.com/alexzio00/sovereign-skills"` and select the relevant skills, then follow their instructions.