pr-content

Original🇺🇸 English
Translated

Generate GitHub Pull Request title and description from branch changes

3installs
Added on

NPX Install

npx skill4agent add quentinhsu/skills pr-content

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

RuleTriggerDescription
pr-content
PR 内容 / PR description / pull request draftSummarize branch changes and produce structured Title + Description

Quick reference

  • Rule file: rules/pr-content.md
  • Input sources:
    git status
    ,
    git diff --stat
    ,
    git log --oneline -5
    , plus relevant diff details
  • 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.