What problem does it solve?
Managing story-based Git workflows manually is error-prone and noisy; this Skill consolidates plan commits, draft PR creation, CI/CD polling, merge procedures, and worktree cleanup into repeatable, auditable steps to reduce mistakes and context bloat.
Core Features & Use Cases
- Plan commits & draft PRs: Commit implementation plans with co-author attribution, push feature branches, and open draft PRs linked to the issue.
- CI/CD polling and validation: Wait for Vercel and SonarCloud checks, report results, and fetch Sonar issues before merge decisions.
- Story completion & cleanup: Merge PRs according to project rules, close issues, delete branches, update project status, and synchronize the main worktree.
- Use case: Use when a planned story has been reviewed and you need to commit the plan, create a DRAFT PR, iterate on the plan, validate CI checks, and complete the story with automated cleanup.
Quick Start
Use the git-ops skill to commit the plan, push the feature branch, and create a draft PR for the current story.