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

2. Create Commit

Installs
13
Repository
lbds137/tzurot
GitHub Stars
8
First Seen
Feb 4, 2026
tzurot-git-workflow — lbds137/tzurot