Skip to main content
Back to registry

create-pr

n8n-io/n8n

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

Installs580
Install command
npx skills add https://github.com/n8n-io/n8n --skill create-pr
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. Check current state : Analyze changes to determine: Push branch if needed : Create PR using gh CLI with the template from .github/pull_request_template.md : Based on .github/pull_request_template.md : All items should be addressed before merging: The PR title must match this pattern: Key validation rules: - API - Public API changes - benchmark - Benchmark CLI changes - core - Core/backend/private API - editor - Editor UI changes - * Node - Specific node (e.g., Slack Node , GitHub Node ) - Use imperative present tense: "Add" not "Added" - Capitalize first letter - No period at the end - No ticket IDs (e.g., N8N-1234) - Add (no-changelog) suffix to exclude from changelog - Check current state : git status git diff --stat git log origin/master .. HEAD --oneline - Analyze changes to determine: - Type: What kind of change is this? - Scope: Which package/area is affected? - Summary: What does the change do? - Push branch if needed : git push -u origin HEAD - Create PR using gh CLI with the template from .github/pull_request_template.md : gh pr create --draft --title " ( ): " --body " $( cat ## Related Linear tickets, Github issues, and Community forum posts " , "fixes # " , or "resolves # " to automatically close issues -- > ## Review / Merge checklist - [ ] PR title and summary are descriptive. ( [...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does create-pr do?

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

Is create-pr good?

create-pr does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does create-pr work with?

create-pr currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to create-pr?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install create-pr?

npx skills add https://github.com/n8n-io/n8n --skill create-pr

Related skills

More from n8n-io/n8n

Related skills

Alternatives in Software Engineering