What problem does it solve?
Git operations often suffer from inconsistent messaging and inefficient PR workflows. This skill enforces a standard, automating commit messages, PR creation, and worktree management to maintain a clean, auditable Git history.
Core Features & Use Cases
- Conventional Commits formatting: guides and validates commit messages to follow the Conventional Commits spec.
- PR creation & templates: helps create PRs with standardized templates and checks.
- Worktree management: assists in creating and managing Git worktrees for parallel feature development.
- Use Case: Imagine a developer who needs to prepare a feature branch, open a PR with a template, and manage a separate worktree for experimental changes.
Quick Start
Use the git-ops skill to craft a conventional commit message for a change and automatically open a PR with a template, while setting up a worktree for parallel development.