Set Repo banner
vishnu-77 vishnu-77

Set Repo

Git community

Description

--- description: Optionally override the auto-detected Git repository used for this session. argument-hint: <path-or-subproject> --- Normally BugRabbit uses the enclosing Git repository automatically. Use this command only to set the active target repo for this session to **$ARGUMENTS** when controlling a different repository. 1. Resolve the path. It must be a directory that **is a git repo** (`git -C <path> rev-parse --is-inside-work-tree`). If not a git repo → stop and tell the user to ru

Installation

Installs to ~/.claude/skills/vishnu-77-bugrabbit-set-repo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vishnu-77-bugrabbit-set-repo && curl -fsSL https://raw.githubusercontent.com/vishnu-77/bugrabbit/HEAD/commands/set-repo.md -o ~/.claude/skills/vishnu-77-bugrabbit-set-repo/SKILL.md

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

Full documentation available on GitHub

View Source Repository