git-pr

Generate PR titles and descriptions following [Type(scope)]: Subject format.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/KangJiSseok/ACODIAN --skill git-pr-kangjisseok
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-pr
Source: https://github.com/KangJiSseok/ACODIAN/tree/main/.codex/skills/git-pr
Command: npx skills add https://github.com/KangJiSseok/ACODIAN --skill git-pr-kangjisseok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

현재 AX-WMS 프로젝트의 PR 제목과 본문을 한글 맥락에 맞게 작성하도록 돕습니다. 사용자가 PR 제목/본문을 만들어달라고 하거나, 리뷰어가 이해하기 쉬운 PR 설명을 정리해달라고 할 때 사용합니다.

Core Features & Use Cases

  • PR 제목 형식과 설명의 간결성 가이드 제공
  • GitFlow 경량 전략 및 모노레포 구조에 맞춘 일관된 PR 규칙 제시
  • 한글 맥락에서 이해하기 쉬운 PR 설명으로 리뷰 속도 향상
  • 변경 범위 요약 및 중요한 포인트를 자동으로 강조하는 보조 기능

Quick Start

AX-WMS 프로젝트의 PR 제목과 본문 작성을 요청하면 즉시 초안을 제공합니다.

Frequently Asked Questions about git-pr

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

FAQPage Schema
How do I write a pull request title for a monorepo with multiple scopes?

To write a pull request title for a monorepo, use a standardized format like [Type(scope)]: Subject. Scopes help categorize changes across web, api, ai, infra, docs, or agent directories to clarify the modification area.

What is the best way to generate a code review description that follows GitFlow conventions?

Generating a code review description that follows GitFlow conventions involves summarizing the change scope and highlighting key points concisely. This ensures reviewers understand the lightweight GitFlow strategy and branch context quickly.

Can I automate PR formatting for specific project contexts like AX-WMS?

Yes, you can automate PR formatting for specific contexts like AX-WMS by enforcing repository-specific review guidelines. This ensures titles and descriptions match the required Korean context and project standards automatically.

How do I create a concise PR summary for reviewers in a Korean development context?

Creating a concise PR summary for reviewers in a Korean context requires emphasizing important changes and outlining the modification scope clearly. This approach reduces review time by providing straightforward Korean explanations.

Does GitFlow lightweight strategy support optional scopes like infra and agent?

Yes, the lightweight GitFlow strategy supports optional scopes including infra and agent. This allows monorepo structures to categorize pull requests effectively across diverse operational layers without rigid branching restrictions.

Why does my pull request title format keep failing code review checks?

Your pull request title format may fail code review checks if it lacks the required [Type(scope)]: Subject structure. Enforcing naming conventions ensures compliance with review guidelines and maintains monorepo consistency.