What problem does it solve?
This Skill solves the friction of manual Pull Request preparation by automating the verification of Git scopes, quality gates, and adherence to project-specific commit conventions.
Core Features & Use Cases
- Automated Quality Gates: Automatically detects and runs linting, formatting, and testing scripts defined in your project before PR creation.
- Standardized PR Generation: Ensures commit messages and PR bodies follow project conventions, including proper handling of runbook references and breaking changes.
- Use Case: When you have finished a feature, use this skill to ensure your code is clean, your commit messages are compliant, and your PR is perfectly formatted and ready for review without manual CLI overhead.
Quick Start
Use the create-pr skill to prepare and open a pull request for the current branch after verifying all quality gates.