update-pr

Generate pull request titles and descriptions from commit history and project context.

1|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill update-pr-datamaker-kr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-pr
Source: https://github.com/datamaker-kr/synapse-claude-marketplace/tree/main/plugins/platform-dev-team-common/agents/update-pr
Command: npx skills add https://github.com/datamaker-kr/synapse-claude-marketplace --skill update-pr-datamaker-kr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of updating Pull Request titles and descriptions, ensuring consistency and saving developers significant time on repetitive tasks.

Core Features & Use Cases

  • Automated PR Updates: Orchestrates title and description generation based on commit history and project context.
  • Project-Aware Content: Adapts generated content (e.g., technical terms, diagrams) to the specific project type (e.g., Django, React, Terraform).
  • Use Case: After pushing new code, simply run /update-pr to automatically generate a descriptive title and a detailed description, complete with relevant Mermaid diagrams, for your Pull Request.

Quick Start

Run the update-pr skill to update the title and description for the current branch's pull request.

Frequently Asked Questions about update-pr

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

FAQPage Schema
How do I automatically generate a Pull Request title and description from commit messages?

You can automatically generate a Pull Request title and description by running the update-pr command, which analyzes your commit history and project context to create relevant, project-aware PR content.

Can I generate Mermaid diagrams for complex changes in my GitHub PR description?

Yes, generating Mermaid diagrams for complex changes is supported directly in your GitHub PR description. The tool analyzes your commits and automatically includes relevant diagrams to visualize architectural updates.

Does automated PR generation work with frameworks like Django, FastAPI, React, and Terraform?

Automated PR generation works with Django, FastAPI, React, and Terraform projects. The tool adapts its generated content, including technical terms and diagrams, to match your specific project type.

What is the best way to update a GitHub Pull Request after pushing new code?

The best way to update a GitHub Pull Request after pushing new code is to run the update-pr command. It orchestrates title and description generation based on your latest commit history to ensure PR consistency.

Does automated PR content generation support multiple languages for project documentation?

Yes, automated PR content generation supports multiple languages for project documentation. The tool analyzes your project context to create descriptions in your preferred language, adapting to the specific project type.

Why do my Pull Request titles and descriptions lack consistency across different commits?

Pull Request titles and descriptions often lack consistency due to manual writing variations. Automating PR updates with update-pr analyzes commit messages and project context to generate standardized, detailed content every time.