一键导入
pr-description
Generate a PR description for the current branch against your base branch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate a PR description for the current branch against your base branch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement production changes with or without new test coverage.
Prepare commits, push a branch, and create a draft PR targeting your base branch.
Review a branch or PR for merge readiness and produce a QA report.
Practice test-driven development for new features and bug fixes.
Behavior-first test guidance.
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.
| name | pr-description |
| description | Generate a PR description for the current branch against your base branch. |
This skill defaults to running in the Developer persona. If you are not already running as Developer (for example, the user invoked /pr-description directly or you are the parent agent), delegate execution to a Developer subagent and stop. If you are already running as Developer, continue with the steps below.
Generate a copyable PR description for the current branch relative to your base branch.
git diff <base-branch>...HEAD.git log <base-branch>...HEAD --oneline.templates/pr-description-template.md.markdown block for easy copy-paste./draft-pr as the next step.