create-pr

Create pull requests using the dart_node PR template and conventions.

113|2|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/MelbourneDeveloper/dart_node --skill create-pr-melbournedeveloper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/MelbourneDeveloper/dart_node/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/MelbourneDeveloper/dart_node --skill create-pr-melbournedeveloper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating pull requests by adhering to the specific template and conventions of the dart_node project, ensuring consistency and quality.

Core Features & Use Cases

  • Automated PR Creation: Generates pull requests directly from the command line.
  • Template Adherence: Utilizes the .github/PULL_REQUEST_TEMPLATE.md for consistent PR structure.
  • Use Case: After completing a set of changes locally, you can use this Skill to quickly open a well-formatted pull request without manually copying and pasting content or remembering the exact gh command structure.

Quick Start

Use the create-pr skill to draft a pull request with a short title and a body following the project's template.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate pull request creation from the command line?

To automate pull request creation, this Skill checks your git status, diff, and log, then drafts a PR with a title under 70 characters and a body populated from a predefined template.

What is the best way to ensure my GitHub pull requests follow project conventions?

The best way to ensure PR convention adherence is using a template-driven approach that automatically populates the PR body from the project's predefined PULL_REQUEST_TEMPLATE.md file.

Can I use this pull request automation for any git repository?

This pull request automation is designed specifically for the dart_node project, utilizing its exact PR template and diffing only against the main branch to maintain project consistency.

How to generate a GitHub pull request with a short title and structured body?

To generate a structured pull request, the Skill automates checking git changes and creates a PR with a title under 70 characters alongside a body formatted from the dart_node template.

Does this PR creation tool diff against all branches?

No, this PR creation tool exclusively diffs against the main branch to ensure the generated changes are accurately compared against the primary project baseline.