pr-draft-summary

Generate PR-ready titles, summaries, and draft descriptions from code changes.

3.6k|897|Updated May 31, 2025
One-click install
npx skills add https://github.com/openai/openai-agents-js --skill pr-draft-summary-openai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-draft-summary
Source: https://github.com/openai/openai-agents-js/tree/main/.agents/skills/pr-draft-summary
Command: npx skills add https://github.com/openai/openai-agents-js --skill pr-draft-summary-openai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the generation of PR-ready summaries, titles, and draft descriptions after substantive code changes, reducing review time and improving handoff clarity.

Core Features & Use Cases

  • Generate a concise PR summary from changed files and diffs to capture the essence of the work.
  • Create a PR title that aligns with repository conventions and communicates impact.
  • Produce a ready-to-paste draft description suitable for CI checks, tests, and user-facing docs.

Quick Start

After finishing substantial changes to runtime, tests, or docs, run the PR draft skill to generate a complete PR block ready for review.

Frequently Asked Questions about pr-draft-summary

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

FAQPage Schema
How do I generate a PR summary from changed files and commits?

To generate a PR summary from changed files, this skill analyzes substantive code changes alongside repository context like base reference and commits to produce a branch-appropriate title, summary, and ready-to-paste draft description.

Can I automatically draft a PR title and description for code and test changes?

Yes, you can automatically draft a PR title and description for code, tests, docs, and configuration changes. It analyzes the diffs to output content aligned with repository conventions and ready for review.

What is the best way to automate pull request draft creation for openai-agents-js workflows?

Automating pull request draft creation for openai-agents-js workflows is best handled by analyzing runtime and tooling task changes to generate a complete PR block, reducing review time and improving handoff clarity.

Does this PR summary generator work with configuration and documentation changes?

This PR summary generator does work with configuration and documentation changes. It supports code, tests, docs, and configuration changes across runtime and tooling tasks to capture the essence of the work.

How do pull request draft summaries handle repository context like base reference and changed files?

Pull request draft summaries use repository context like base reference and changed files to analyze substantive code changes, producing a branch-appropriate title and summary block that captures the essence of the work.

When should I use an automated PR draft summary instead of writing it manually?

You should use an automated PR draft summary after finishing substantial changes to runtime, tests, or docs. It automates the generation of PR-ready summaries and draft descriptions, reducing review time and improving handoff clarity.