Impact Git banner
anyproto anyproto

Impact Git

Git community

Description

--- description: Analyze git branch changes and impact model: opus allowed-tools: Bash(git rev-parse:*), Bash(git diff:*), Bash(git fetch:*) --- USE EXTENDED THINKING # Git Changes Gathering for iOS Release ## Git Context (Precomputed) - **Main hash**: !`git rev-parse origin/main 2>/dev/null || echo "not found"` - **Develop hash**: !`git rev-parse origin/develop 2>/dev/null || echo "not found"` - **Files changed (main→develop)**: !`git diff --name-only origin/main...origin/develop 2>/dev/null

Installation

Installs to ~/.claude/commands/anyproto-anytype-swift-impact_git.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/anyproto/anytype-swift/HEAD/.claude/commands/impact_git.md -o ~/.claude/commands/anyproto-anytype-swift-impact_git.md

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

Full documentation available on GitHub

View Source Repository