File tree Expand file tree Collapse file tree
.agents/skills/github-pull-request/references Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Use this loop for each selected issue.
77- Update ` main ` or the repository's integration branch before branching.
88- Keep branch names stable and descriptive.
99- Prefer the repository convention when one exists.
10- - If no repository convention is defined, use a stable pattern such as ` issue- 123-short-slug` .
10+ - If no repository convention is defined, use a stable pattern such as ` type-of-issue/ 123-short-slug` .
1111
1212## Implementation Boundaries
1313
Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ Closes #123
4141## Title Guidance
4242
4343- Follow repository title rules when they exist.
44- - For this repository, prefer ` [area] Brief description (#123) ` .
44+ - For this repository, prefer ` [area] Brief description ` .
4545- Use the issue number that the PR closes in the title when it is known.
4646- Derive ` area ` from the touched subsystem, command, or package rather than using a generic label.
4747
4848Examples:
4949
50- - ` [tests] Add command coverage for sync workflow (#42) `
51- - ` [docs] Document wiki generation flow (#57) `
52- - ` [command] Add dependency analysis command (#91) `
50+ - ` [tests] Add command coverage for sync workflow `
51+ - ` [docs] Document wiki generation flow `
52+ - ` [command] Add dependency analysis command `
5353
5454## Draft vs Ready
5555
You can’t perform that action at this time.
0 commit comments