Bugfix banner
marclove marclove

Bugfix

Git community

Description

--- allowed-tools: Bash(git status), Bash(git branch), Bash(git switch), Bash(git checkout), Bash(git push), Bash(just lint-diff), Bash(just test-ci), Bash(gh pr create) argument-hint: [issue-or-pr-number] [short-title] description: Create a bugfix branch, run focused checks, and (optionally) open a PR --- Context - Current branch: !`git branch --show-current` - Working tree: !`git status --porcelain=v1` Task (worktree-aware) 1. Create a new worktree `.worktrees/bugfix-$1` from the current b

Installation

Installs to ~/.claude/commands/marclove-typeforge-bugfix.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/marclove/typeforge/HEAD/.claude/commands/bugfix.md -o ~/.claude/commands/marclove-typeforge-bugfix.md

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

Full documentation available on GitHub

View Source Repository