Add structured PR template and write-pr-description skill#673
Merged
renaudhartert-db merged 1 commit intomainfrom Feb 21, 2026
Merged
Add structured PR template and write-pr-description skill#673renaudhartert-db merged 1 commit intomainfrom
renaudhartert-db merged 1 commit intomainfrom
Conversation
Replaces the free-form PR template with a three-section structure (Summary / Why / What Changed) and adds a Claude command that agents and contributors can invoke to generate high-quality PR descriptions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ubuntu <renaud.hartert@databricks.com>
|
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
Checks will be approved automatically on success. |
simonfaltum
approved these changes
Feb 21, 2026
Member
simonfaltum
left a comment
There was a problem hiding this comment.
Seems like good changes, we can always iterate from here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the free-form PR template with a structured three-section format and
adds a
/write-pr-descriptionClaude command so agents and contributors cangenerate high-quality PR descriptions automatically.
Why
The current PR template asks contributors to answer "what" and "why" but
provides little structure beyond that. In practice, PR descriptions vary widely
in quality and organization, making reviews harder and reducing the long-term
value of the git history.
A structured template (Summary / Why / What Changed) gives contributors a clear
framework to follow, while the Claude command automates the process for agent
workflows — reading the diff, analyzing the change, and producing a description
that follows the template.
What changed
Interface changes
None.
Behavioral changes
None. This only affects PR description authoring, not SDK behavior.
Internal changes
.github/PULL_REQUEST_TEMPLATE.md— Rewritten with three sections(Summary, Why, What Changed) and ordered sub-sections under "What Changed":
Interface changes → Behavioral changes → Internal changes. Includes inline
guidance and examples in HTML comments so it works standalone for non-Claude
contributors.
.claude/commands/write-pr-description.md— New Claude command (invocablevia
/write-pr-description) with a four-phase workflow: gather context →analyze → write → update PR. References the PR template as the single source
of truth for structure.
How is this tested?
N/A — no code changes, only documentation and tooling configuration.
NO_CHANGELOG=true