Worktree Status banner
FlorianBruniaux FlorianBruniaux

Worktree Status

Git community

Description

--- name: worktree-status description: Check the status of background type check for a git worktree model: haiku argument-hint: "<branch-name>" --- # Worktree Status Check Check the status of background type check for a git worktree. **Purpose**: Query type check results without blocking initial worktree setup. ## Usage ```bash /worktree-status feature/auth /worktree-status fix/session-bug ``` ## Implementation Execute this script with branch name from `$ARGUMENTS`: ```bash #!/bin/bash s

Installation

Installs to ~/.claude/commands/florianbruniaux-cc-sessions-worktree-status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/FlorianBruniaux/cc-sessions/HEAD/.claude/commands/worktree-status.md -o ~/.claude/commands/florianbruniaux-cc-sessions-worktree-status.md

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

Full documentation available on GitHub

View Source Repository