Git PR Description

Installation
SKILL.md

Git PR Description — 自動產生 PR 標題與描述

根據當前 branch 相對於目標 branch(預設 master)的所有 commit 與 diff,產出結構化的 PR Title 與 Description。


流程

1. 確認分支資訊

取得當前 branch 名稱與目標 branch:

git branch --show-current

預設目標 branch 為 master。若使用者指定其他 base branch,以使用者指定為準。

確認當前 branch 相對於目標 branch 有 commit 差異:

Related skills

More from mz038197/vanscoding-skills

Installs
First Seen