git-structured
Installation
SKILL.md
Git Structured Skill
Perform safe, structured Git operations with JSON output. Provides read-only and write operations with safety checks.
When to Use
✅ USE this skill when:
- Checking repository status
- Making commits
- Managing branches
- Viewing history and diffs
- Stash operations
❌ DON'T use this skill when:
- Destructive operations without backup
- Force pushing to protected branches
- Rewriting history on shared branches