What problem does it solve?
Manages the process of creating GitHub pull requests from local code changes, ensuring adherence to project standards and automating the stages of committing, pushing, and opening PRs.
Core Features & Use Cases
- Standardized Commit and PR Creation: Automates the commitment and PR creation process following project standards.
- Branch and Base Management: Manages branch creation and rebase or merge with the target base branch.
- Commit-Message and PR-Description Standards: Utilizes standards for commit messages and PR descriptions.
- Safety and Verification: Ensures safety checks and verifications before pushing changes and opening PRs.
- Use Case: Simplifies the workflow for developers when they want to open a pull request, ensuring all standards are met without manual oversight.
Quick Start
Use the yeet-pr skill to create a PR for the 'feature-branch' that adheres to all project standards.