Creates GitHub pull requests for n8n with titles that match their commit convention format and pass CI validation. Handles the full workflow: checks git state, analyzes your changes to pick the right type and scope, optionally includes implementation plans from your .claude/plans folder, and populates their PR template with actual content instead of placeholders. Worth noting it has specific guardrails for security fixes since n8n is public, so it won't accidentally leak vulnerability details in branch names or PR descriptions. Basically removes the friction of remembering n8n's title format (feat/fix/perf with optional scope, capitalized, no period) and filling out their template every time.
npx skills add https://github.com/n8n-io/n8n --skill create-pr