Automates PR creation through GitHub CLI with opinionated defaults baked in. Walks you through the full flow: checks for uncommitted changes, nudges you to commit first if needed, then scaffolds draft PRs using your repo's template. Enforces English only, conventional commit titles with emoji prefixes (actual characters, not codes), and strict adherence to PR template structure. It's basically guardrails for teams that want consistent PRs without the back and forth on formatting. The pre-flight git status check is smart, and leaning on draft by default keeps half-baked work out of review queues until you're ready.
npx skills add https://github.com/neolabhq/context-engineering-kit --skill create-pr