概要
This skill automates the process of opening Pull Requests via the GitHub CLI while ensuring they are properly associated with existing issues using the --issue flag. It enforces best practices such as branch naming conventions, upstream tracking verification, and mandatory issue linking. By standardizing the PR creation process, it helps implementation engineers maintain a clean repository history and ensures that every code change is mapped to a tracked requirement or bug within the GitHub ecosystem.