Flow Status banner
infiniscale infiniscale

Flow Status

Git community

Description

--- allowed-tools: Bash(git:*), Read description: Display comprehensive Git Flow status including branch type, sync status, changes, and merge targets --- # Git Flow Status Display comprehensive Git Flow repository status ## Current Repository State - Current branch: !`git branch --show-current` - Git status: !`git status --porcelain` - Branch list: !`git branch -a | grep -E '(feature|release|hotfix|develop|main)' | head -20` - Latest tags: !`git tag --sort=-version:refname | head -5` - Rece

Installation

Installs to ~/.claude/commands/infiniscale-dify_autoopt-flow-status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/infiniscale/dify_autoopt/HEAD/.claude/commands/flow-status.md -o ~/.claude/commands/infiniscale-dify_autoopt-flow-status.md

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

Full documentation available on GitHub

View Source Repository