n8n:create-pr

Create GitHub pull requests with validated titles via Bash commands.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Rub-git/n8n-auto --skill n8n-create-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n:create-pr
Source: https://github.com/Rub-git/n8n-auto/tree/main/.agents/skills/create-pr
Command: npx skills add https://github.com/Rub-git/n8n-auto --skill n8n-create-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub pull requests with titles that adhere to a specific format, ensuring compliance with CI validation.

Core Features & Use Cases

  • Automated PR Creation: Generates GitHub pull requests with properly formatted titles.
  • Title Validation: Ensures titles pass the check-pr-title CI validation.
  • Use Case: When creating PRs, submitting changes for review, or when the user requests to create a pull request with a valid title.

Quick Start

Use the n8n create-pr skill to create a pull request for your feature branch.

Frequently Asked Questions about n8n:create-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub pull request creation with validated titles?

Automating GitHub pull request creation with validated titles requires generating PRs that adhere to a predefined title format including type, scope, and summary. This ensures titles pass the check-pr-title CI validation by executing Bash commands for PR creation.

What format does a GitHub PR title need to pass CI validation?

A GitHub PR title needs a predefined format including type, scope, and summary to pass CI validation. This structured format ensures compliance with the check-pr-title CI validation process during automated PR creation.

Do I need git and gh installed to automate pull request creation?

Yes, you need git and gh installed to automate pull request creation. The process requires access to GitHub and the ability to execute Bash commands for PR creation using these dependencies.

How do I create a GitHub pull request from a feature branch using Bash?

Creating a GitHub pull request from a feature branch using Bash involves executing scripts that automate gh commands. This generates a PR with a validated title format including type, scope, and summary for your feature branch.

Why does my pull request fail the check-pr-title CI validation?

Your pull request fails the check-pr-title CI validation when the title lacks the required predefined format. Automating PR creation with properly structured titles including type, scope, and summary ensures compliance and prevents validation failures.