Init Repo banner
vishnu-77 vishnu-77

Init Repo

Git community

Description

--- description: Bootstrap a target repo for the bug-fixing system — git/remote check, copy CI workflow, index for code discovery. argument-hint: "[path-or-subproject]" --- Bootstrap **$ARGUMENTS** (default: the enclosing Git repository) so the agent system can operate on it. This is a one-time setup per target. 1. **Prerequisites report** (do not fail silently — print exactly what is missing and the fix): - `git` repo? If not, offer `git init` (ask before running). - Remote present + ho

Installation

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

Terminal
mkdir -p ~/.claude/skills/vishnu-77-bugrabbit-init-repo && curl -fsSL https://raw.githubusercontent.com/vishnu-77/bugrabbit/HEAD/commands/init-repo.md -o ~/.claude/skills/vishnu-77-bugrabbit-init-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