This repository is currently being migrated. It's locked while the migration is in progress.
Commit ddb8b20
authored
Adds guidance-grooming skill and Copilot coding agent instructions (#5720)
* feat: Add guidance-grooming skill and Copilot coding agent instructions
- New skill: guidance-grooming bridges doc-queue and writing-vads-guidance
- Updates doc-queue Step 3 to use grooming skill instead of inline analysis
- Updates writing-vads-guidance to consume grooming comments
- Adds Copilot coding agent section to copilot-instructions.md
- Adds grooming comment edit-in-place pattern (single source of truth)
- Adds --body-file guidance to AGENTS.md for gh CLI markdown content
- Registers all 3 skills in AGENTS.md Available Workflows
* fix: Use -F body=@file for gh api PATCH to avoid shell escaping
Addresses PR review feedback — uses gh api's native @file syntax
instead of command substitution with $(cat ...) for robustness
with arbitrary markdown content.1 parent a7605a2 commit ddb8b20
5 files changed
Lines changed: 534 additions & 61 deletions
File tree
- .claude/skills
- doc-queue
- guidance-grooming
- writing-vads-guidance
- .github
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
210 | 179 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 180 | + | |
233 | 181 | | |
234 | 182 | | |
235 | 183 | | |
| |||
286 | 234 | | |
287 | 235 | | |
288 | 236 | | |
| 237 | + | |
| 238 | + | |
289 | 239 | | |
290 | 240 | | |
291 | 241 | | |
| |||
0 commit comments