What problem does it solve? Performing git and GitHub operations without guardrails leads to force-pushed shared branches, committed secrets, and direct pushes to main. This Skill enforces branch protection, conventional commits, and credential hygiene across every repository operation. ## Core Features & Use Cases - Full Repository Lifecycle: Clone, pull, branch, commit, and push with typed inputs, risk levels, and post-execution verification for each operation. - Issue and PR Management: Create GitHub issues and pull requests, then merge only after required reviews and CI checks pass. - Security Controls: Pre-commit secret scanning checklists, protected branch rules, and escalation ladders for auth failures, merge conflicts, and CI failures. - Use Case: After editing files in a feature branch, ask the agent to commit with a conventional message, push the branch, and open a pull request with a summary and test plan — all without risking a direct push to main. ## Quick Start Ask the agent to create a feature branch from main, commit your staged changes with a conventional commit message, push the branch, and open a pull request against main.