# n8n:create-pr

> Claude/Codex skill by [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars · Updated 2026-08-31

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.

Tags: ai, apis, automation, cli, data-flow, development, integration-framework, integrations, ipaas, low-code, low-code-platform, mcp, mcp-client, mcp-server, n8n, no-code, self-hosted, typescript, workflow, workflow-automation

## Install

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

## 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 engine - New workflow execution engine v2 (@n8n/engine package) 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) A...

## Links

- HTML page: https://omgskills.com/skills/n8n-io/n8n/create-pr/
- GitHub: https://github.com/n8n-io/n8n
- Author: [@n8n-io](https://omgskills.com/library/n8n-io/index.md)

## More from this repo

- [n8n:create-skill](https://omgskills.com/skills/n8n-io/n8n/create-skill/index.md) — Guides users through creating effective Agent Skills.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 204k stars
- [data-table-manager](https://omgskills.com/skills/n8n-io/n8n/data-table-manager/index.md) — Load before calling data-tables or parse-file.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars
- [n8n-cli](https://omgskills.com/skills/n8n-io/n8n/n8n-cli/index.md) — Use the n8n CLI to manage workflows, credentials, executions, and more on an n8n instance.
   - [@n8n-io](https://omgskills.com/library/n8n-io/index.md) · 203k stars
