create-pr-from-spec
Installation
SKILL.md
Create Pull Request from Specification
Create a GitHub Pull Request for a specification using the pull_request_template.md template located at ${workspaceFolder}/.github/pull_request_template.md.
Overview
This skill automates the creation of GitHub Pull Requests directly from specifications. It follows a structured process:
- Analyzes the specification template requirements
- Creates a draft PR with the target branch
- Verifies no duplicate PRs exist
- Updates PR body and title with template-compliant content
- Marks PR as ready for review
- Automatically assigns to the creator
- Returns PR URL to user