Safe Push — Git skill for Claude Code
Enforce safe git push discipline — never use --no-verify, always fix hook failures at the root cause.
How to install Safe Push
Installs to ~/.claude/skills/iblai-os-safe-push/SKILL.md
mkdir -p ~/.claude/skills/iblai-os-safe-push && curl -fsSL https://raw.githubusercontent.com/iblai/os/HEAD/.claude/skills/safe-push.md -o ~/.claude/skills/iblai-os-safe-push/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Safe Push does
description: Enforce safe git push discipline — never use --no-verify, always fix hook failures at the root cause.
Safe Push Skill
Hard rule: --no-verify is NEVER allowed
Do not use `--no-verify`, `--no-gpg-sign`, or any other flag that bypasses git hooks when committing or pushing. This applies even if:
- The pre-push hook is taking a long time (build, typecheck, tests)
- The user has used
--no-verifythemselves in a previous message - A previous push in this session used `--
Alternatives in Git
- Review And Fix PR — @description Review an existing PR with parallel agents, fix findings, and push 1.6k ★
- Push And Release — Git pull, resolve conflicts, push, fix hook errors, then release 1.6k ★
- GitHub Review Failures — Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu 1.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Dx Gha
Diagnose GitHub Actions failures. Fetches recent failed runs, reads logs, identifies root cause, suggests fixe
Converge
Run an unattended review→fix→re-review loop on the current branch until the reviewer has no findings at or abo
Ao Worker Dispatch
Checklist for dispatching AO workers — prevents recurring python binary, commit discipline, and branch drift f
Local Custom Loop
A review command you define, on this machine — branch, verify, commit, review, fix findings, then push and ope
Local Ecc Loop
ECC's /ecc:review-pr on this machine — branch, verify, commit, push, PR, review, fix findings, until it conver
Sprout
Experimental self-improving multi-agent coding system: a root agent recursively decomposes goals and delegates
Related Agents
Swe Bug Investigator
Bug root-cause investigator that traces failures, performs git archaeology, and produces diagnosis reports
Debug Investigator
Debug specialist who performs systematic root cause analysis on bugs and failures. Uses scientific method to i
Fe Git Operator
Dedicated git operations — splitting commits, safe staging that preserves the user's pre-existing index, writi