What problem does it solve?
This Skill addresses the challenge of managing git operations with consistency and safety, preventing errors and enforcing best practices.
Core Features & Use Cases
- Git Operation Safety: Safely handles all git operations with preconditions and constraints to avoid common mistakes.
- Code of Conduct: Implements strict rules against force pushing to protected branches and enforces code testing before deployment.
- Manual Intervention: Encourages manual resolution of conflicts in rebase operations to ensure quality control.
- Use Case: For a developer working on a feature branch, the skill ensures that all commits are tested and that sensitive branches are not compromised before a push.
Quick Start
Use the git-proxy skill to handle a git push on a feature branch, ensuring safety checks and best practices are applied.