create-pr-description
Installation
SKILL.md
Create PR Description
Overview
Generate a comprehensive, reviewer-friendly pull request description by analyzing staged git changes, commit history, and project conventions. The output is a ready-to-paste PR body that explains the "why" behind every change.
Workflow
-
Read project context — Check for
.chalk/docs/engineering/files, especially PR conventions, coding style, and architecture docs. If a conventions file exists, follow its PR template. If not, use the default structure below. -
Gather git context — Run these commands to understand the change:
git diff --cached --statfor an overview of changed filesgit diff --cachedfor the full staged diffgit log --oneline -10for recent commit contextgit branch --show-currentfor the branch name- If
$ARGUMENTScontains an issue number, read the issue details if accessible