tzurot-git-workflow
Installation
SKILL.md
Git Workflow Procedures
Invoke with /tzurot-git-workflow for step-by-step git operations.
Safety rules are in .claude/rules/00-critical.md - they apply automatically.
Commit Procedure
1. Stage Changes
git status # Review what's changed
git add <specific-files> # Stage specific files (preferred)
# Or: git add -p # Interactive staging