pr-writter

Analyze current branch commits and generate a comprehensive PR description.

Updated Dec 21, 2021
One-click install
npx skills add https://github.com/dobraga/dotfiles --skill pr-writter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-writter
Source: https://github.com/dobraga/dotfiles/tree/main/.claude/skills/pr-writter
Command: npx skills add https://github.com/dobraga/dotfiles --skill pr-writter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes the current branch commits and generates a comprehensive Pull Request summary.

Core Features & Use Cases

  • Context extraction: Collects commits, diffs, and related issues to build a complete PR narrative.
  • What & Why: Documents the change rationale, scope, and impact for reviewers.
  • Use Case: Ideal for feature branches, ensuring PRs include testing notes and reviewer guidance.

Quick Start

Summarize the changes on the current branch into a comprehensive PR description.

Frequently Asked Questions about pr-writter

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

FAQPage Schema
How do I generate a pull request description from git commit messages and diffs?

To generate a pull request description from git commits, the Skill parses branch commit messages, code diffs, and issue references to output a comprehensive summary. It extracts context to document the change rationale, scope, and impact for reviewers automatically.

What is the best way to automate PR summaries for feature branches?

Automating PR summaries for feature branches involves analyzing the current branch commits and related diffs to build a complete narrative. This Skill collects context to document what changed and why, ensuring PRs include testing notes and reviewer guidance.

Can I use commit diffs and issue references to document code review rationale?

Yes, you can use commit diffs and issue references to document code review rationale. The Skill extracts these elements from the current branch to construct a comprehensive PR description that reflects the changes, scope, and impact for reviewers.

Does this PR summary generator work with standard Git-based workflows?

This PR summary generator is designed for standard Git-based workflows needing PR descriptions. It applies to environments where branches contain multiple commits, parsing the diffs and messages to produce a ready-to-use PR description.

What should a comprehensive PR summary include for code reviewers?

A comprehensive PR summary for code reviewers should include the change rationale, scope, and impact. This Skill generates descriptions that parse commit messages and diffs to provide testing notes and explicit reviewer guidance for feature branches.