Takes a specification file and turns it into a GitHub pull request with all the proper formatting from your pull_request_template.md. It creates a draft PR, fills in the title and body based on your template, checks that you're not creating duplicates, then marks it ready for review and assigns it to you. Honestly most useful when you're converting written specs into PRs repeatedly and want to skip the manual copy-paste dance. The duplicate detection is a nice touch since it's easy to forget what branches already have PRs open. Requires write access to the repo and an existing PR template at the standard GitHub location.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill create-pr-from-spec