Jair33190Jair

Bob Fix Precommit — Git skill for Claude Code

Git community

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

Terminal
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 Repository