What problem does it solve?
This skill helps prevent data loss and destructive changes during collaborative Git workflows by enforcing safety checks, prompting for confirmation, and codifying best practices before commits or file operations.
Core Features & Use Cases
- Pre-commit safety: Enforces a checklist before committing, including explicit file verification and diff review.
- Environment protection: Prevents edits or deletions of environment-related files without user approval.
- Destructive operation control: Requires explicit permission for commands that could alter history or delete data, and promotes safe alternatives.
- Team collaboration coordination: Encourages communication and coordination before major changes in shared branches.
Quick Start
Review the current git status and staged changes, then prompt for confirmation before executing any destructive command.