pr-message-generator

Generate structured Korean PR messages from git branch changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Mockly-Company/mockly-mobile --skill pr-message-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-message-generator
Source: https://github.com/Mockly-Company/mockly-mobile/tree/main/.claude/skills/pr-message-generator
Command: npx skills add https://github.com/Mockly-Company/mockly-mobile --skill pr-message-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill analyzes the changes between your branch and the base branch to generate a comprehensive, well-structured Korean PR message that includes summary, key changes, a categorized changes table, tests, screenshots, related issues, and a completion checklist.

Core Features & Use Cases

  • Full-change analysis: Compares head with base branch to capture all changes.
  • Structured PR content: Generates sections for summary, key changes, categorized changes, tests, and more.
  • Template-driven: Uses pr-template.md and category-guide.md to structure the PR content.

Quick Start

After making commits on a feature branch, run this skill to generate a ready-to-submit PR description.

Frequently Asked Questions about pr-message-generator

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

FAQPage Schema
How do I generate a structured PR message from git changes?

This skill analyzes all changes between your feature branch and base branch, then generates a structured PR message with summary, categorized changes, testing notes, and a completion checklist in Korean.

Can I use this to automate PR documentation for both frontend and backend changes?

Yes. The skill processes all change types—new features, refactors, bug fixes, and documentation—across frontend and backend PRs, organizing them by category in a single structured output.

What information does the generated PR message include?

The skill produces a summary, major changes overview, detailed categorized changes table, testing notes, optional screenshots, related issues, and a completion checklist derived from your git history and branch diffs.

Do I need to manually format the PR message after generation?

No. The skill follows pr-template.md and references to output a ready-to-submit PR description, eliminating manual formatting and ensuring consistency across your team's PRs.

What git information does this skill analyze?

The skill examines branch name, diffs between branches, commit logs, and changed files to identify and categorize all modifications since your branch diverged from the base branch.

Can this skill avoid duplicate content in the PR message?

Yes. The skill deduplicates content across sections, ensuring each change appears only once and maintaining clarity in the final PR description.