Commit 62bcdd3
committed
fix(agents): Improve git hygiene in adk-pr-triage skill
Update the adk-pr-triage skill instructions for local review to ensure the repository state is correct before squashing, and to prevent the loss of the original author's attribution.
- Added an explicit `git fetch origin main` step before PR checkout.
- Modified the squash instructions to capture and apply the original author via the `--author` flag during the squashed commit.
Change-Id: I646a6e8280e91033806f65d34799347d73b5e0631 parent e5af12c commit 62bcdd3
1 file changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
159 | | - | |
| 163 | + | |
160 | 164 | | |
161 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
162 | 171 | | |
163 | 172 | | |
164 | 173 | | |
| |||
0 commit comments