pr-description
Installation
SKILL.md
PR Description
Workflow
-
Collect context
git rev-parse --abbrev-ref HEAD git diff main...HEAD git log main..HEAD --oneline -
Generate a PR title in conventional commit format (see
pr-titleskill if available) -
Find related GitHub issues from branch name, commit messages, or keyword search (see
pr-issue-searchskill if available) -
Write description -- analyze the diff to answer: (1) what is the reason for the change? (2) what is the improvement/solution?
-
Generate a changelog entry for the PR (see
pr-changelogskill if available)