What problem does it solve?
This Skill automates and enforces best practices across your entire Git workflow, from branch naming and commit conventions to comprehensive Pull Request (PR) preparation. It eliminates manual checks, reduces human error, and ensures consistent, high-quality contributions, saving developers time and streamlining collaboration.
Core Features & Use Cases
- Branch & Commit Validation: Automatically validate branch names and commit messages against conventional standards.
- PR Readiness Checks: Perform comprehensive checks (conflicts, size, signing) to ensure your branch is ready for a PR.
- Automated PR Preparation: Use the
mcp__zen-core__pr_prepare tool to create rich PRs with AI-generated summaries (What the Diff), dependency updates, and security scans.
- Use Case: Before creating a PR, run
/git/pr-check to validate your branch, then /git/pr-prepare --include_wtd=true to automatically generate a comprehensive PR description with an AI summary, saving you significant time.
Quick Start
Check if your current branch is ready for a Pull Request, including conflict detection and size analysis.
/git/pr-check