Git Helpers Git workflow with conventional commits, confidence-scored code review, and automated PR management. Triggers - Commit changes ("commit this", "create commit", "ready to commit", "all done") → commit.md - Code review ("review code", "check changes", "review my diff") → code-review.md (loads guidelines-audit.md as a lens prompt) - Push and open PR ("push this", "create PR", "open pull request", "ready to push") → create-pull-request.md - Merge and clean up ("finish branch", "merge branch", "merge PR", "cleanup branch") → finish-branch.md is not a direct trigger — it is the lens prom…