Generate a comprehensive pull request description following the repository's template
sonnetgithub/# Generate PR Description You are tasked with generating a comprehensive pull request description following the repository's standard template. ## Steps to follow: 1. **Read the PR description template (if available):** - Check if a template exists at `.github/pull_request_template.md` - If a template exists, read it carefully to understand all sections and requirements - If no template exists, use a standard PR description format (see below) 2. **Identify the PR to describe:** - Check if the current branch has an associated PR: `gh pr view --json url,number,title,state 2>/d...