What problem does it solve?
This Skill simplifies the process of opening a pull request in a Git repository by automating the steps of syncing, committing, and pushing, while ensuring the PR title and body match the commit message.
Core Features & Use Cases
- Automated Workflow: Automates the Git workflow steps for opening a PR, including pulling the latest changes, rebasing, committing, and pushing.
- Commit Message Matching: Ensures PR title and body correspond to the commit message for consistency.
- Use Case: When a developer wants to open a PR with a commit that has been staged and committed according to a specific format, this Skill can be used to streamline the PR opening process.
Quick Start
Execute the 'opening-pr' Skill to open a PR for your changes in the 'main' branch after ensuring your branch is up-to-date with 'git pull --rebase --autostash origin main'.