1natsu-create-pr

Create GitHub pull requests with Conventional Commits and multilingual descriptions.

1|Updated Oct 30, 2017
One-click install
npx skills add https://github.com/1natsu172/dotfiles --skill 1natsu-create-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1natsu-create-pr
Source: https://github.com/1natsu172/dotfiles/tree/main/.agents/skills/1natsu-create-pr
Command: npx skills add https://github.com/1natsu172/dotfiles --skill 1natsu-create-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creating high-quality GitHub PRs often requires consistent titles, structured descriptions, and language localization. This skill automates PR creation using Conventional Commits and a template-driven body to save time and reduce human error.

Core Features & Use Cases

  • Conventional Commits compliant PR titles with a structured description.
  • Multilingual support (en/ja) for PR summaries and descriptions.
  • Template-driven PR bodies with sections for Summary, Test plan, and other contextual details.

Quick Start

Provide the base and feature branches, then run the workflow to create a draft PR with template-filled content.

Frequently Asked Questions about 1natsu-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 conventional commits?

You can automate GitHub pull request creation by using a template-driven workflow that enforces Conventional Commits titles and structured descriptions. This skill resolves base branches and generates draft PRs automatically via the gh CLI.

Can I generate pull request descriptions in multiple languages like English and Japanese?

Yes, multilingual pull request descriptions in English and Japanese are supported. The workflow enforces language selection to generate localized PR summaries and structured template bodies for your team.

What is the best way to standardize pull request templates across multiple GitHub projects?

Standardizing pull request templates across projects is best achieved by automating PR creation with a template-driven body. This enforces consistent sections for summaries and test plans, reducing human error.

Does the automated PR workflow support draft pull requests?

Yes, the automated PR workflow supports creating draft pull requests. It uses the gh pr create command to generate draft PRs filled with template-driven content and conventional commit titles.

Do I need to specify base and feature branches to generate a structured PR?

Yes, you need to provide the base and feature branches to generate a structured PR. The workflow uses these inputs to resolve the target branch and execute the draft PR creation process.