pr-creator

Generate pull requests with descriptions, test plans, and git workflow checks.

25|2|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/matteocervelli/llms --skill pr-creator-matteocervelli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/matteocervelli/llms/tree/main/.claude/skills/pr-creator
Command: npx skills add https://github.com/matteocervelli/llms --skill pr-creator-matteocervelli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams automate and standardize pull request creation, ensuring comprehensive PR descriptions, test plans, and adherence to git workflow best practices.

Core Features & Use Cases

  • Structured PR Descriptions: Generate thorough PR descriptions including scope, testing plans, and impact analysis.
  • Conventional Commit Guidance: Aligns commits with conventional commits guidelines to improve changelog clarity.
  • Pre-Flight PR Checks: Provides a checklist to ensure tests pass, docs updated, and version consistency before merging.

Quick Start

Use the pr-creator skill when finalizing a feature to automatically prepare a high-quality PR package for review.

Frequently Asked Questions about pr-creator

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

FAQPage Schema
How do I automate pull request creation with comprehensive descriptions?

Pull request automation generates thorough PR descriptions including scope, testing plans, and impact analysis automatically. pr-creator standardizes this process by creating high-quality PR packages after implementation and validation, ensuring descriptions include all required checks and changelog references for code review.

What's the best way to ensure pull requests follow Conventional Commits?

Conventional Commits align your commit messages with a standardized format for better changelog clarity and automation. pr-creator guides commits toward Conventional Commits compliance, validating commit structure as part of the pre-flight checks before PR creation to improve downstream tooling and release notes.

Can I automate pre-flight checks before creating a pull request?

Pre-flight checks validate that tests pass, documentation is updated, and versions are consistent before merging. pr-creator provides an automated checklist ensuring all required conditions are met, preventing incomplete PRs from entering code review and reducing back-and-forth cycles.

How do I standardize PR creation across my team's git workflow?

Standardized PR creation enforces consistent practices like test verification, documentation updates, and version synchronization across all team members. pr-creator automates this standardization by generating structured PR packages that satisfy project standards and best practices uniformly.

What does pr-creator do after I've finished implementing a feature?

After implementation, validation, and documentation, pr-creator automatically generates pull requests with comprehensive descriptions, test plans, and changelog entries. It ensures all pre-flight checks pass and commits follow Conventional Commits guidelines before the PR enters code review.

Do I need specific tooling or version control knowledge to use pr-creator?

pr-creator works with standard git workflow practices and Conventional Commits conventions. No additional dependencies are required; it integrates into existing feature branch workflows to automate PR generation once your code, tests, docs, and changelog updates are complete.