pr-summary

Generate PR descriptions from Git history and templates.

5|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/kzytateishi/spikeee-plugins-marketplace --skill pr-summary-kzytateishi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-summary
Source: https://github.com/kzytateishi/spikeee-plugins-marketplace/tree/main/plugins/dev-workflow/skills/pr-summary
Command: npx skills add https://github.com/kzytateishi/spikeee-plugins-marketplace --skill pr-summary-kzytateishi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates comprehensive PR descriptions directly from Git history and templates, reducing manual drafting time and ensuring consistency across PRs.

Core Features & Use Cases

  • Template-aware: Detects and applies PR templates from common locations to structure the description.
  • Git-aware: Collects commit messages, diffs, and branch information in a single workflow to summarize changes.
  • Workflow-friendly: Supports typical software development workflows and enforces consistent PR formatting.
  • Automation ready: Integrates into CI/CD or developer routines to streamline PR creation.

Quick Start

Use the pr-summary skill to generate a PR description from the current branch's commits and template.

Frequently Asked Questions about pr-summary

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

FAQPage Schema
How do I auto-generate PR descriptions from Git commit history?

You can auto-generate PR descriptions by reading the local repository state, scanning for PR templates, and compiling commit messages, diffs, and branch data to craft a complete description automatically.

Can I automatically apply PR templates when creating a pull request?

Yes, the template-aware feature detects and applies PR templates from common locations to structure the description, ensuring alignment with project conventions and consistent PR formatting.

What is the best way to compile commit messages and diffs for a pull request summary?

The best way is to use a Git-aware tool that collects commit messages, diffs, and branch information in a single workflow to summarize changes comprehensively without manual drafting.

Does this PR automation work with existing CI/CD pipelines?

Yes, it is automation ready and integrates into CI/CD pipelines or developer routines to streamline PR creation, reading the local repository state to compile the description automatically.

Why should I automate pull request descriptions instead of writing them manually?

Automating pull request descriptions reduces manual drafting time and ensures consistency across PRs by compiling Git history, diffs, and branch data into a structured, convention-aligned format.