What problem does it solve?
This Skill streamlines and enhances native Git operations and worktree management, focusing on secure commits, conventional splitting, branch hygiene, and safe parallel development.
Core Features & Use Cases
- Version Control Engine: Provides secure commits, diff analysis, and conventional splitting.
- Worktree Engine: Manages parallel development with safe isolation of dependencies and contexts.
- Native Bash Execution: Utilizes pure system
git CLI logic for a clean-room execution engine.
- Pre-Commit Security Audit: Detects secrets before commits and enforces strict security protocols.
- Smart Worktree Strategy: Creates sibling worktrees to prevent conflicts and contamination.
- Finish Branch Protocol: Offers explicit finish options before merge, push, PR, or discard.
Quick Start
Use the hapo:git skill to create a new worktree for a new feature branch.