git-rebase
SKILL.md
Git Rebase Skill
Purpose: Safely rebase branches with automatic backup, conflict detection, and recovery guidance.
PROJECT.md Merge Policy Check
Check PROJECT.md for configured merge preferences before rebasing.
# Check if Git Workflow section exists in PROJECT.md
MERGE_POLICY=$(grep -A10 "### Merge Policy" .claude/cat/PROJECT.md 2>/dev/null)