create-pr-description

Generate pull request descriptions from git diffs and Jira tickets.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/tkstang/open-agent-toolkit --skill create-pr-description-tkstang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr-description
Source: https://github.com/tkstang/open-agent-toolkit/tree/main/.agents/skills/create-pr-description
Command: npx skills add https://github.com/tkstang/open-agent-toolkit --skill create-pr-description-tkstang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of comprehensive pull request descriptions, ensuring all necessary context from git changes, planning artifacts, and project details is included.

Core Features & Use Cases

  • Automated Description Generation: Creates detailed PR descriptions based on git diffs and project context.
  • Flexible Detail Levels: Supports minimum, moderate, and maximum detail for descriptions.
  • Integration with Project Management: Can incorporate Jira ticket information.
  • Use Case: After completing a feature, run this skill to generate a well-structured PR description that includes a summary of changes, technical details, and a deployment plan, saving significant manual writing time.

Quick Start

Create a PR description for the user-auth-refactor project with maximum detail.

Frequently Asked Questions about create-pr-description

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

FAQPage Schema
How do I generate a pull request description from git changes automatically?

You can generate a pull request description by running this Skill to analyze your git diffs and branch information. It automatically reads git changes and produces a comprehensive PR summary, saving significant manual writing time.

Can I include Jira ticket details when creating a PR description?

Yes, you can incorporate Jira ticket information into your PR description. The Skill integrates with project management artifacts to reference planning details and add structured context to your code review preparation.

How do I control the level of detail in an automated PR description?

You can control the PR description detail level by specifying minimum, moderate, or maximum detail when running the Skill. This flexible configuration determines the depth of technical details and deployment plans included in the output.

What git commands are needed to analyze code changes for a PR summary?

The Skill requires standard git commands for diff analysis and branch information retrieval to function. It executes these commands to gather the necessary project context and code changes for generating the pull request description.

Does this automated documentation tool work without external dependencies?

Yes, the Skill operates without external dependencies or components. It autonomously analyzes your git changes and project context to produce structured pull request documentation for code review preparation.