Jair33190Jair

Bob Fix References — Git skill for Claude Code

Git community

Rename a file/dir and repair all text references in a git repo.

How to install Bob Fix References

Installs to ~/.claude/skills/jair33190jair-ai-python-human_project_os-bob-fix-references/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jair33190jair-ai-python-human_project_os-bob-fix-references && curl -fsSL https://raw.githubusercontent.com/Jair33190Jair/AI-Python-Human_Project_OS/HEAD/commands/bob-fix-references.md -o ~/.claude/skills/jair33190jair-ai-python-human_project_os-bob-fix-references/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bob Fix References does


description: Rename a file/dir and repair all text references in a git repo. Infers renames from git when no args given. argument-hint: "[repo_root] [old_path new_path]" status: draft owner: bob

Rename a file or directory in a git repo and fix every reference to the old name across all tracked text files.

Arguments

Arg Required Description
repo_root no Repo root path. Defaults to all workspace repos.
old_path no* Old file or directory path (r

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Fix CI — Debug and fix failing GitHub Actions PR checks using log inspection 14.6k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★

Full documentation available on GitHub

View Source Repository