pr-content
Original:🇺🇸 English
Translated
Generate GitHub Pull Request title and description from branch changes
3installs
Sourcequentinhsu/skills
Added on
NPX Install
npx skill4agent add quentinhsu/skills pr-contentTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →PR Content
Generate ready-to-paste Pull Request content (Title + Description) based on branch changes.
When to apply
- User asks: "生成 PR 内容", "写 PR 描述", "帮我整理 PR 标题和正文"
- User asks: "generate PR content", "write PR title and description", "draft pull request description"
Rule categories
| Rule | Trigger | Description |
|---|---|---|
| PR 内容 / PR description / pull request draft | Summarize branch changes and produce structured Title + Description |
Quick reference
- Rule file: rules/pr-content.md
- Input sources: ,
git status,git diff --stat, plus relevant diff detailsgit log --oneline -5 - Default output language: Chinese + English
- Language override: if user explicitly asks for single language, output only that language
How to use
- Match request to this skill's trigger.
- Follow rules/pr-content.md for type-specific structure and output format.