pr-description
Installation
SKILL.md
PR Description & Release Notes
When creating a PR
Follow the repo's PR template. Always create PRs as drafts.
1. Analyze the changes
Before writing, understand the full diff:
git log main..HEAD --oneline
git diff main...HEAD
2. PR title
Must follow conventional commits (CI-enforced):