omgskills Get the Mac app
Skill

n8n:create-pr

@n8n-io 198k stars Updated 2026-07-28 Author match: High

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

aiapisautomationclidata-flowdevelopmentintegration-frameworkintegrations

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/n8n-io/n8n /tmp/n8n && ln -s /tmp/n8n/.agents/skills/create-pr ~/.claude/skills/n8n:create-pr

View on GitHub

From README

Create Pull Request Creates GitHub PRs with titles that pass n8n's check-pr-title CI validation. PR Title Format 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 | | refactor | Code change (no bug fix or feature) | No | | build | Build system or dependencies | No | | ci | CI configuration | No | | chore | Routine tasks, maintenance | No | Scopes (optional but recommended) 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) Summary Rules 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 Steps Check...

More from this repo