Bob Fix Precommit — Git skill for Claude Code
Run pre-commit on a git repo and resolve everything it fires, where safe to auto-fix.
How to install Bob Fix Precommit
Installs to ~/.claude/skills/jair33190jair-ai-python-human_project_os-bob-fix-precommit/SKILL.md
mkdir -p ~/.claude/skills/jair33190jair-ai-python-human_project_os-bob-fix-precommit && curl -fsSL https://raw.githubusercontent.com/Jair33190Jair/AI-Python-Human_Project_OS/HEAD/commands/bob-fix-precommit.md -o ~/.claude/skills/jair33190jair-ai-python-human_project_os-bob-fix-precommit/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Bob Fix Precommit does
Run pre-commit on a git repo and resolve everything it fires, where safe to auto-fix.
Alternatives in Git
- OSS PR — Commit + PR workflow for open source contributions: auto-creates a user-prefixed branch when on main/master, t 19.7k ★
- Bulletproof Quick Start Guide — Target Audience: Complete beginners Never used Python/git before 11.1k ★
- Linting — Run rm -rf .mypy_cache && pre-commit run --all-files and fix the issues 3.1k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Safe Push
Enforce safe git push discipline — never use --no-verify, always fix hook failures at the root cause.
Address Review Preexisting Unrelated Precommit Failure
Use when a local pre-merge/pre-push gate goes red on work your PR did not introduce. Covers two verified varia
Refresh
Refresh the Second Brain system files in this repo (git pre-commit, CI workflow, and the CLAUDE.md block betwe
Harden Credentials
Scan for leaked secrets, set up pre-commit hooks, and harden credential hygiene
Varlock Claude Skill
Secure environment variable management ensuring secrets never appear in Claude sessions, terminals, logs, or g
Bob Fix References
Rename a file/dir and repair all text references in a git repo. Infers renames from git when no args given.
Related Agents
PR Delivery Agent
Pre-PR secrets scanner, conventional-commit git stager, and GitHub PR publisher (or offline .patch generator w
Fe Git Operator
Dedicated git operations — splitting commits, safe staging that preserves the user's pre-existing index, writi
Pre Commit Linter
Use this agent when the user wants to commit code using Claude. It should be triggered automatically before an