Skip to content

Commit 5f33b2b

Browse files
committed
chore(claude): Add changelog updating to pr skill
1 parent c693e08 commit 5f33b2b

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.claude/skills/pr/SKILL.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,20 @@ Otherwise, after all launched subagents complete:
107107
- Abort
108108
4. If there are no blockers, briefly summarize the findings and proceed.
109109

110-
## Phase 4: Create the PR
110+
## Phase 4: Update changelogs
111111

112-
5. Run `gh pr create` to create a pull request. The PR body should include:
112+
**MANDATORY — DO NOT SKIP.** Each PR must update changelogs for all packages with consumer-facing changes.
113+
Read the instructions in [`docs/contributing/updating-changelogs.md`](../../../docs/contributing/updating-changelogs.md) and follow them to the letter.
114+
Commit the changes to the current branch with the commit message "docs: Update changelogs" before creating the PR.
115+
116+
## Phase 5: Create the PR
117+
118+
1. Run `gh pr create` to create a pull request. The PR body should include:
113119

114120
- A brief narrative description of the PR
115121
- A summary of the changes (bullet points)
116122
- A brief description of how the code is tested (narrative, not a checklist)
117123

118124
**If this is a stacked PR**, add `--draft` to create it as a draft PR.
119125

120-
6. Return the PR URL and any relevant information. If a review was performed, include the review summary.
126+
2. Return the PR URL and any relevant information. If a review was performed, include the review summary.

0 commit comments

Comments
 (0)