pr-draft-summary

Generate PR-ready titles and descriptions from git diffs and commit history.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Dino-Stark/generic-agent-core --skill pr-draft-summary-dino-stark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-draft-summary
Source: https://github.com/Dino-Stark/generic-agent-core/tree/main/references/openai-agents-python-main/.agents/skills/pr-draft-summary
Command: npx skills add https://github.com/Dino-Stark/generic-agent-core --skill pr-draft-summary-dino-stark

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a PR-ready summary block, including a title and draft description, after substantive code changes are completed in a repository.

Core Features & Use Cases

  • Automated Change Summarization: Generates concise summaries of code changes based on git diffs and commit history.
  • PR Title and Description Generation: Crafts imperative titles and descriptive text for pull requests, including issue linking.
  • Use Case: After finishing a set of code modifications for a new feature, you can use this Skill to quickly generate the necessary text to populate your pull request, ensuring all relevant changes are clearly communicated.

Quick Start

Use the pr-draft-summary skill to generate a PR summary for your current changes.

Frequently Asked Questions about pr-draft-summary

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

FAQPage Schema
How do I automatically generate a pull request summary from git diffs?

You can generate a pull request summary by analyzing git diffs and commit history to automatically infer change types. This process creates a PR-ready summary block containing a concise title and descriptive draft text for your code modifications.

What is the best way to draft a PR title and description for code changes?

The best way to draft a PR title and description is to use automated change summarization based on git status and diffs. This approach crafts imperative titles and descriptive text, ensuring all relevant code modifications are clearly communicated.

Can I automatically link issues when generating a pull request description?

Yes, you can automatically link issues when generating a pull request description. The PR summary generation process supports enhanced PR creation workflows by including issue linking directly within the drafted title and summary block.

Does the PR summary generation process support automatic branch name suggestions?

Yes, the PR summary generation process supports automatic branch name suggestions. It analyzes your code changes and commit history to infer the change type and provide branch name recommendations for your pull request creation workflow.

How do I write a PR description after completing code modifications?

You can write a PR description after completing code modifications by analyzing the repository's git status, diffs, and commit history. This automatically generates the necessary text to populate your pull request, clearly communicating all relevant changes.