create-pr

Installation
Summary

GitHub pull requests with titles validated against n8n's commit convention standards.

  • Enforces conventional commit format with type, optional scope, and summary; supports nine commit types (feat, fix, perf, test, docs, refactor, build, ci, chore) with configurable changelog inclusion
  • Provides predefined scopes for common areas (API, core, editor, benchmark, specific nodes) and validates title format including breaking change indicators and capitalization rules
  • Includes PR body template with sections for summary, related tickets, and pre-merge checklist; automatically links Linear tickets and GitHub issues with close keywords
  • Analyzes local git state and pushes branches before creating draft PRs via gh CLI
SKILL.md

Create Pull Request

Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation.

PR Title Format

<type>(<scope>): <summary>

Types (required)

Type Description Changelog
feat New feature Yes
fix Bug fix Yes
perf Performance improvement Yes
test Adding/correcting tests No
docs Documentation only No
Related skills
Installs
850
Repository
n8n-io/n8n
GitHub Stars
187.6K
First Seen
Jan 20, 2026