What problem does it solve?
This Skill simplifies complex Git operations and pull request workflows, ensuring your contributions are correctly formatted, rebased, and ready for upstream merging. It reduces friction and errors in collaborative development, making your contributions smoother.
Core Features & Use Cases
- PR Preparation: Guides you through updating and rebasing your branch before creating a pull request, preventing merge conflicts and ensuring your changes are based on the latest main branch.
- Fork vs. Direct Workflow: Provides distinct instructions for contributing from a personal fork versus working directly on the main repository, adapting to your specific setup.
- Automated PR Creation: Generates
gh pr create commands with a standardized template, saving manual effort and ensuring all necessary information is included in your pull request.
- Use Case: When you've completed a new pattern and the user is ready to contribute it, use this skill to ensure your branch is up-to-date, rebased, and then to generate the correct
gh pr create command for a smooth submission to the upstream repository.
Quick Start
I'm ready to create a pull request for my new pattern. Use the git-workflow skill to prepare my branch and generate the PR command.