What problem does it solve?
This Skill automates the process of rebasing your current branch, running CI checks, and creating a GitHub Pull Request, ensuring your code adheres to project standards before submission.
Core Features & Use Cases
- Automated Rebase: Keeps your branch up-to-date with the target branch, handling potential conflicts.
- Integrated CI Checks: Runs
dart analyze, dart format, and dart test to catch issues early.
- Smart PR Generation: Creates PRs with titles and bodies based on commit history and project templates.
- Use Case: After finishing a new feature, you can use this Skill to automatically prepare your branch, verify code quality, and open a PR for review, saving you manual steps and potential merge conflicts.
Quick Start
Use the create-pr skill to rebase the current branch, run CI checks, and create a GitHub PR with the description "Add new user authentication flow".