The create-github-pull-request-from-specification skill automates the generation of GitHub pull requests by analyzing a specification file and a pull request template, then creating a draft PR with populated title and body content before converting it to ready-for-review status. It's designed for developers who need to quickly convert feature specifications into properly formatted pull requests while checking for duplicate PRs and automatically assigning the creator. The skill solves the problem of manually creating PRs from specifications, ensuring consistency with template requirements and reducing manual formatting work.
npx skills add https://github.com/github/awesome-copilot --skill create-github-pull-request-from-specification