describe-pr

仓库创建 2025年12月23日最近提交 6 个月前SkillHot 收录 23 天前
▸ 精选理由

节省编写 PR 描述时间,保证格式与关键信息完整。

这个 Skill 做什么

根据仓库模板自动生成符合规范的 PR 描述文本。

根据仓库里的 PR 模板自动生成规范化的合并请求描述,按模板填好各项字段,节省写文案时间。适用于提 PR 时需要统一格式、补充变更背景和测试说明的场景。会先检测仓库里是否存在标准模板,缺少时会提醒你去创建,保证团队一致性。

▸ 展开 SKILL.md 英文原文

Generate comprehensive PR descriptions following repository templates

开发编程PR 描述提交模板代码审查Claude Code
3.9k
Stars
298
Forks
40
仓库内 Skill
+19
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/describe_pr/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/parcadei/Continuous-Claude-v3/main/.claude/skills/describe_pr/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Generate PR Description

You are tasked with generating a comprehensive pull request description following the repository's standard template.

## Steps to follow:

1. **Read the PR description template:**
   - First, check if `thoughts/shared/pr_description.md` exists
   - If it doesn't exist, inform the user they need to create a PR description template at `thoughts/shared/pr_description.md`
   - Read the template carefully to understand all sections and requirements


2. **Identify the PR to describe:**
   - Check if the current branch has an associated PR: `gh pr view --json url,number,title,state 2>/dev/null`
   - If no PR exists for the current branch, or if on main/master, list open
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有