๐Ÿ“ฆ Turbo87 / dotclaude

๐Ÿ“„ 3-pull-request.md ยท 27 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27---
title: 'Write Pull Request Description'
read_only: true
type: 'command'
---

# Create a pull request title and description

- Analyze the content of the current git branch
- Generate 5 pull request titles and descriptions
- Save the suggestions to the `pr.md` file
- The title of the pull request should be concise and descriptive, summarizing the main changes made in the branch
- The descriptions should provide a short overview of the changes, including:
  - What was changed
  - Why the changes were made
  - Any relevant context or background information
- The descriptions should be written in a professional and neutral tone using prose text
- The descriptions should start with "This pull request"

## Examples of Good Pull Request Titles

- components/Header: Fix username retrieval issues on initial render
- alerts: New notification module for system and maintenance type of alerts
- queue-payment-processing: Moved generateMonthlyStatementJob to queue from admin
- admin: New action for creating manual adjustments in user profile
- og_image: Add `OgImageGenerator` struct