src/superclaude/commands/git.md
/sc:git [operation] [args] [--smart-commit] [--interactive]
Key behaviors:
/sc:git status
# Analyzes repository state with change summary
# Provides next steps and workflow recommendations
/sc:git commit --smart-commit
# Generates conventional commit message from change analysis
# Applies best practices and consistent formatting
/sc:git merge feature-branch --interactive
# Guided merge with conflict resolution assistance
Will:
Will Not: