Automates the grunt work of opening a pull request by comparing your branch against the default branch, then generating a draft PR description using your team's template. It creates the draft in a scratchpad file so you can review and edit before it runs the gh CLI command to actually create the PR against dev. The pause for human review is smart, since nobody wants an auto-generated wall of text going straight to GitHub without a sanity check. Saves you from context switching to the browser and manually filling out the same template fields every time, though you'll need gh CLI installed and a pull request template at the expected path.
npx skills add https://github.com/casper-studios/casper-marketplace --skill pr-summary