What problem does it solve?
This Skill removes uncertainty and mistakes from git-based development workflows by guiding commit, push, pull request creation, CI monitoring, review requests, and merges with explicit safety checks.
Core Features & Use Cases
- Atomic commits with cleanup: Produces clean, logically staged commits and removes debug noise before committing.
- PR lifecycle orchestration: Creates PRs, monitors checks until green, requests review when appropriate, and handles review follow-ups.
- Merge with guardrails: Squash-merges only when prerequisites are satisfied (no uncommitted changes, CI passing, mergeable status).
Use Case: You implement a small feature, want a PR with a test plan, then need to fix CI until it turns green and merge safely.
Quick Start
Ask the AI to "fix CI and merge the PR" to monitor checks, apply fixes, and squash-merge when everything is passing.