What problem does it solve?
Manually creating pull requests often leads to inconsistent formatting, missing required context, skipped pre-submission checks, and non-compliant titles that fail CI, causing unnecessary review delays and rework for development teams.
Core Features & Use Cases
- Conventional Commits Formatting: Automatically generates PR titles that follow the Conventional Commits standard with correct type and scope.
- Templated PR Body: Populates a standard PR template with sections for change description, related issues, risk assessment, and testing details to provide all context reviewers need.
- Local Pre-Submission Verification: Runs project-specific type checks, linting, tests, and lockfile sync before opening the PR to catch issues early and reduce CI round-trips.
- Use Case: A developer who just finished a bug fix can use this skill to generate a PR that meets all team conventions, passes local checks, and includes all required context, eliminating back-and-forth with reviewers on formatting or missing information.
Quick Start
Use the create-pr skill to open a pull request for your latest committed changes with a properly formatted title, templated body, and all required local checks run first.