pr-formatter

Generate pull request titles and bodies from commit messages using conventional commits format.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/tanujsutaria/VitalArc --skill pr-formatter-tanujsutaria
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-formatter
Source: https://github.com/tanujsutaria/VitalArc/tree/main/.claude/skills/pr-formatter
Command: npx skills add https://github.com/tanujsutaria/VitalArc --skill pr-formatter-tanujsutaria

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of standardized PR titles and bodies derived from commit messages and file changes, reducing manual drafting time and ensuring consistency with conventional commits guidelines.

Core Features & Use Cases

  • Automated PR Title & Body: Generates a conventional commits compliant title and a structured body from commits and diffs.
  • Draft & Base Branch Support: Creates draft PRs and allows base branch specification with automated validation.
  • Use Case: When integrating a feature branch, produce a ready-to-submit PR with summary, list of changes, and a testing checklist.

Quick Start

Use the pr-formatter to generate a PR ready for review from the current branch in your forked workspace. It analyzes commits, determines scope, and outputs a ready-to-paste PR ready for GitHub.

Frequently Asked Questions about pr-formatter

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

FAQPage Schema
How do I generate a pull request title and body from commit messages?

To generate a pull request title and body from commit messages, this Skill analyzes your commits and changed files to produce a conventional commits compliant title and a structured body with a summary, changes list, and testing checklist.

What is the conventional commits format for pull requests?

The conventional commits format structures PR titles by deriving a type and automatic scope from your changed files. This Skill applies that format to create standardized, consistent PR titles directly from your feature branch commits.

Can I create a draft pull request with automatic scope detection from changed files?

Yes, you can create a draft pull request with automatic scope detection. The Skill detects scope from file changes and supports immediate draft PR creation with optional base branch specification and validation.

Does this PR formatter work with fork-based development workflows?

Yes, this PR formatter works with fork-based development workflows. It analyzes commits from your feature branch in a forked workspace and outputs a ready-to-paste PR for GitHub.

What's the best way to automate code review preparation for feature branches?

The best way to automate code review preparation is to generate a structured PR body from commits and diffs. This Skill produces a ready-to-submit PR containing a summary, list of changes, and a testing checklist.