What problem does it solve?
Automates the end-to-end PR preparation process by running verification, diff review, committing changes, and creating PRs with consistent metadata, reducing manual errors and saving time.
Core Features & Use Cases
- Run verification (type-check, lint, tests) across the monorepo to ensure changes are safe to merge.
- Review the workspace diff to understand the scope of changes before committing.
- Commit and push changes using conventional-commit messages to maintain a clean history.
- Create a PR with a properly formatted title and description, ensuring metadata consistency across merges.
Use Case: When contributing a large feature branch, this skill enforces QA steps, guardrails, and standardized PR metadata to accelerate reviews.
Quick Start
Enable the PR creation workflow on your feature branch to automatically verify, review changes, commit, push, and open the PR with conventional-commit metadata.