pull-request-description
Installation
SKILL.md
Pull Request Description
Overview
Write PR descriptions that give reviewers everything they need to understand what changed, why it changed, how it was tested, and how to roll back if something goes wrong. A good PR description is a decision document, not a changelog.
Template
## Summary
<1-3 bullet points: what changed and why, at a high level>
Refs [JIRA-KEY](https://zombie.atlassian.net/browse/JIRA-KEY)
<!-- or: Closes JIRA-KEY / Fixes JIRA-KEY -->
## Background