-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrss.xml
More file actions
291 lines (289 loc) · 19.4 KB
/
rss.xml
File metadata and controls
291 lines (289 loc) · 19.4 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>CooknWithCopilot Blog</title>
<link>https://www.cooknwithcopilot.com/</link>
<description>Latest posts from CooknWithCopilot</description>
<language>en-us</language>
<copyright>Copyright 2025 Randy Pagels</copyright>
<managingEditor>randy.pagels@xebia.com (Randy Pagels)</managingEditor>
<webMaster>randy.pagels@xebia.com (Randy Pagels)</webMaster>
<pubDate>Sat, 06 Sep 2025 00:00:00 GMT</pubDate>
<lastBuildDate>Sat, 06 Sep 2025 00:00:00 GMT</lastBuildDate>
<category>Programming</category>
<generator>CooknWithCopilot Blog</generator>
<item>
<title>Trust, but Verify: Building Confidence in GitHub Copilot Output</title>
<link>https://www.cooknwithcopilot.com/blog/trust-but-verify-building-confidence-in-github-copilot-output.html</link>
<description>Trust Copilot on common patterns, verify risky decisions fast, and use quick prompts to validate edge cases and assumptions.</description>
<pubDate>Fri, 30 Jan 2026 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/trust-but-verify-building-confidence-in-github-copilot-output.html</guid>
</item>
<item>
<title>How to Review GitHub Copilot’s Work Like a Senior Developer</title>
<link>https://www.cooknwithcopilot.com/blog/how-to-review-github-copilots-work-like-a-senior-developer.html</link>
<description>Review Copilot’s output for intent, assumptions, and structure first, then iterate with a feedback loop like a senior dev.</description>
<pubDate>Fri, 23 Jan 2026 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/how-to-review-github-copilots-work-like-a-senior-developer.html</guid>
</item>
<item>
<title>When to Lead, When to Delegate to GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/when-to-lead-when-to-delegate-to-github-copilot.html</link>
<description>Lead on judgment calls, delegate the busywork, use a feedback loop so Copilot stays fast and you stay in control.</description>
<pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/when-to-lead-when-to-delegate-to-github-copilot.html</guid>
</item>
<item>
<title>From Tool to Teammate</title>
<link>https://www.cooknwithcopilot.com/blog/from-tool-to-teammate.html</link>
<description>Start collaborating with Copilot like a teammate, plan first, ask for feedback, and let it question assumptions.</description>
<pubDate>Fri, 02 Jan 2026 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/from-tool-to-teammate.html</guid>
</item>
<item>
<title>Context Engineering Recipes • The Recap</title>
<link>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-recap.html</link>
<description>A holiday recap of Persona, Reflection, Refusal Breaker, and Cognitive Verifier, four prompt patterns for sharper Copilot results.</description>
<pubDate>Fri, 19 Dec 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-recap.html</guid>
</item>
<item>
<title>Context Engineering Recipes • The Cognitive Verifier Pattern</title>
<link>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-the-cognitive-verifier-pattern.html</link>
<description>Ask Copilot to clarify your request first so you get cleaner, more accurate answers instead of rushed code.</description>
<pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-the-cognitive-verifier-pattern.html</guid>
</item>
<item>
<title>Context Engineering Recipes • The Refusal Breaker Pattern</title>
<link>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-the-refusal-breaker-pattern.html</link>
<description>When Copilot refuses, reframe the request so it can help safely instead of saying no.</description>
<pubDate>Fri, 07 Nov 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-the-refusal-breaker-pattern.html</guid>
</item>
<item>
<title>Context Engineering Recipes • The Reflection Pattern</title>
<link>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-the-reflection-pattern.html</link>
<description>Use reflection prompts to make Copilot explain its reasoning first, then decide what to accept.</description>
<pubDate>Fri, 31 Oct 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-the-reflection-pattern.html</guid>
</item>
<item>
<title>Context Engineering Recipes • The Persona Pattern</title>
<link>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-persona-pattern.html</link>
<description>Guide Copilot with a clear role, switch personas to change tone and focus, and get sharper answers.</description>
<pubDate>Fri, 24 Oct 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/context-engineering-recipes-persona-pattern.html</guid>
</item>
<item>
<title>Treat Your AI Prompts Like Code</title>
<link>https://www.cooknwithcopilot.com/blog/treat-your-ai-prompts-like-code.html</link>
<description>Keep .prompt.md and copilot-instructions.md in Git, review with PRs, and evolve prompts like code.</description>
<pubDate>Fri, 17 Oct 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/treat-your-ai-prompts-like-code.html</guid>
</item>
<item>
<title>How Much Context Should You Give?</title>
<link>https://www.cooknwithcopilot.com/blog/how-much-context-should-you-give.html</link>
<description>Find the sweet spot for Copilot context, start focused, then expand only if needed.</description>
<pubDate>Fri, 10 Oct 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/how-much-context-should-you-give.html</guid>
</item>
<item>
<title>Supercharge Your Prompts with .prompt.md</title>
<link>https://www.cooknwithcopilot.com/blog/supercharge-your-prompts-with-prompt-md.html</link>
<description>Store reusable prompts in .prompt.md so Copilot can load them on demand and keep your workflow consistent.</description>
<pubDate>Fri, 03 Oct 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/supercharge-your-prompts-with-prompt-md.html</guid>
</item>
<item>
<title>Guide Your AI with copilot-instructions.md</title>
<link>https://www.cooknwithcopilot.com/blog/guide-your-ai-with-copilot-instructions-md.html</link>
<description>Define project rules once in copilot-instructions.md and Copilot will follow them for names, docs, and safer patterns.</description>
<pubDate>Fri, 26 Sep 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/guide-your-ai-with-copilot-instructions-md.html</guid>
</item>
<item>
<title>Picking the Right AI Model for Your Task</title>
<link>https://www.cooknwithcopilot.com/blog/picking-the-right-ai-model-for-your-task.html</link>
<description>Choose lighter models for quick edits and stronger models for complex reasoning, match the model to the task and move faster.</description>
<pubDate>Fri, 19 Sep 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/picking-the-right-ai-model-for-your-task.html</guid>
</item>
<item>
<title>Multi-File Edits Made Simple</title>
<link>https://www.cooknwithcopilot.com/blog/multi-file-edits-made-simple.html</link>
<description>Copilot’s multi-file edits let you refactor, modernize imports, and stay consistent across your project in one flow.</description>
<pubDate>Fri, 12 Sep 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/multi-file-edits-made-simple.html</guid>
</item>
<item>
<title>Draft Smarter Regex Without the Headaches</title>
<link>https://www.cooknwithcopilot.com/blog/draft-smarter-regex-without-the-headaches.html</link>
<description>Use Copilot Chat to write, explain, and test regex patterns, so you spend less time guessing and more time shipping.</description>
<pubDate>Fri, 05 Sep 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/draft-smarter-regex-without-the-headaches.html</guid>
</item>
<item>
<title>Use Edit Mode for Quick, Targeted Improvements</title>
<link>https://www.cooknwithcopilot.com/blog/use-edit-mode-for-quick-targeted-improvements.html</link>
<description>Polish code fast with Copilot Edit Mode, simplify logic, match style, and add error handling with a single prompt.</description>
<pubDate>Fri, 29 Aug 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/use-edit-mode-for-quick-targeted-improvements.html</guid>
</item>
<item>
<title>Work Smarter Across Multiple Files</title>
<link>https://www.cooknwithcopilot.com/blog/work-smarter-across-multiple-files.html</link>
<description>Copilot’s multi-file context helps you connect controllers, models, and tests without losing track of relationships.</description>
<pubDate>Fri, 22 Aug 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/work-smarter-across-multiple-files.html</guid>
</item>
<item>
<title>Speed Up API Integration with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/speed-up-api-integration.html</link>
<description>Skip boilerplate and get working API calls faster with Copilot, while keeping full control over the details.</description>
<pubDate>Fri, 15 Aug 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/speed-up-api-integration.html</guid>
</item>
<item>
<title>Find and Fix Typos Faster with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/find-and-fix-typos-faster-with-github-copilot.html</link>
<description>Typos can be sneaky. A missing letter in a variable name, can cause real headaches.</description>
<pubDate>Fri, 08 Aug 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/find-and-fix-typos-faster-with-github-copilot.html</guid>
</item>
<item>
<title>Write Cleaner Code Comments with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/write-cleaner-code-comments-with-github-copilot.html</link>
<description>Transform vague comments into clear, meaningful documentation that actually helps your future self.</description>
<pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/write-cleaner-code-comments-with-github-copilot.html</guid>
</item>
<item>
<title>Use GitHub Copilot Chat to Plan Before You Code</title>
<link>https://www.cooknwithcopilot.com/blog/use-github-copilot-chat-to-plan-before-you-code.html</link>
<description>Stop jumping straight into code - let Copilot Chat help you think through architecture and design first.</description>
<pubDate>Fri, 18 Jul 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/use-github-copilot-chat-to-plan-before-you-code.html</guid>
</item>
<item>
<title>Copilot vs. Chat: Sidekick Showdown</title>
<link>https://www.cooknwithcopilot.com/blog/copilot-vs-chat-sidekick-showdown.html</link>
<description>Discover when to use inline Copilot suggestions vs. when to fire up Chat for deeper conversations.</description>
<pubDate>Fri, 11 Jul 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/copilot-vs-chat-sidekick-showdown.html</guid>
</item>
<item>
<title>Avoid These Common Prompts</title>
<link>https://www.cooknwithcopilot.com/blog/avoid-these-common-prompts.html</link>
<description>Learn why "write a function" gets you nowhere and what to ask for instead to get better results.</description>
<pubDate>Fri, 04 Jul 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/avoid-these-common-prompts.html</guid>
</item>
<item>
<title>Top 10 Copilot Tips</title>
<link>https://www.cooknwithcopilot.com/blog/top-10-copilot-tips.html</link>
<description>Quick wins and power moves that will make you wonder how you ever coded without Copilot.</description>
<pubDate>Fri, 27 Jun 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/top-10-copilot-tips.html</guid>
</item>
<item>
<title>Refactor Messy Code in Seconds with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/refactor-messy-code-in-seconds-with-github-copilot.html</link>
<description>Turn legacy spaghetti code into clean, maintainable solutions with targeted refactoring prompts.</description>
<pubDate>Fri, 20 Jun 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/refactor-messy-code-in-seconds-with-github-copilot.html</guid>
</item>
<item>
<title>Automate Repetitive Code with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/automate-repetitive-code-with-github-copilot.html</link>
<description>Eliminate boring, repetitive coding tasks by teaching Copilot to recognize and replicate patterns.</description>
<pubDate>Fri, 13 Jun 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/automate-repetitive-code-with-github-copilot.html</guid>
</item>
<item>
<title>Ways to Use GitHub Copilot for Documentation & Clarity</title>
<link>https://www.cooknwithcopilot.com/blog/ways-to-use-github-copilot-for-documentation-clarity.html</link>
<description>Generate comprehensive documentation, README files, and inline comments that actually make sense.</description>
<pubDate>Fri, 06 Jun 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/ways-to-use-github-copilot-for-documentation-clarity.html</guid>
</item>
<item>
<title>Debug Faster with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/debug-faster-with-github-copilot.html</link>
<description>Speed up debugging by letting Copilot help identify issues and suggest targeted fixes.</description>
<pubDate>Fri, 30 May 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/debug-faster-with-github-copilot.html</guid>
</item>
<item>
<title>Use Copilot in VS Code to Summarize PRs</title>
<link>https://www.cooknwithcopilot.com/blog/use-copilot-in-vs-code-to-summarize-prs.html</link>
<description>Create meaningful pull request descriptions that help reviewers understand your changes quickly.</description>
<pubDate>Fri, 23 May 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/use-copilot-in-vs-code-to-summarize-prs.html</guid>
</item>
<item>
<title>Write Better Commit Messages with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/write-better-commit-messages-with-github-copilot.html</link>
<description>Craft clear, informative commit messages that tell the story of your code changes.</description>
<pubDate>Fri, 16 May 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/write-better-commit-messages-with-github-copilot.html</guid>
</item>
<item>
<title>Quick Chat is your instant AI sidekick</title>
<link>https://www.cooknwithcopilot.com/blog/quick-chat-is-your-instant-ai-sidekick.html</link>
<description>Master the art of Quick Chat for instant answers without leaving your coding flow.</description>
<pubDate>Fri, 09 May 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/quick-chat-is-your-instant-ai-sidekick.html</guid>
</item>
<item>
<title>Craft Prompts That Get Better Results</title>
<link>https://www.cooknwithcopilot.com/blog/craft-prompts-that-get-better-results.html</link>
<description>Learn the secret sauce of writing prompts that get Copilot to deliver exactly what you need.</description>
<pubDate>Fri, 02 May 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/craft-prompts-that-get-better-results.html</guid>
</item>
<item>
<title>Start New Files Faster with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/start-new-files-faster-with-github-copilot.html</link>
<description>Beat the blank file syndrome with techniques to kickstart any new code file or project.</description>
<pubDate>Fri, 25 Apr 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/start-new-files-faster-with-github-copilot.html</guid>
</item>
<item>
<title>Write Unit Tests Without the Guesswork</title>
<link>https://www.cooknwithcopilot.com/blog/write-unit-tests-without-the-guesswork.html</link>
<description>Generate comprehensive test cases that actually catch bugs and document your code's behavior.</description>
<pubDate>Fri, 18 Apr 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/write-unit-tests-without-the-guesswork.html</guid>
</item>
<item>
<title>Promptception – Improve Prompts with Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/promptception-improve-prompts-with-copilot.html</link>
<description>Use Copilot to help you write better prompts for Copilot - it's meta, but it works!</description>
<pubDate>Fri, 11 Apr 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/promptception-improve-prompts-with-copilot.html</guid>
</item>
<item>
<title>Let Copilot Help You Name Things</title>
<link>https://www.cooknwithcopilot.com/blog/let-copilot-help-you-name-things.html</link>
<description>Solve one of programming's hardest problems with AI-powered naming suggestions that actually make sense.</description>
<pubDate>Fri, 04 Apr 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/let-copilot-help-you-name-things.html</guid>
</item>
<item>
<title>Modernize Legacy Code with GitHub Copilot</title>
<link>https://www.cooknwithcopilot.com/blog/modernize-legacy-code-with-github-copilot.html</link>
<description>Breathe new life into old codebases by gradually updating patterns and practices with Copilot's help.</description>
<pubDate>Fri, 28 Mar 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/modernize-legacy-code-with-github-copilot.html</guid>
</item>
<item>
<title>Ask Better Questions, Get Better Code</title>
<link>https://www.cooknwithcopilot.com/blog/ask-better-questions-get-better-code.html</link>
<description>Master the art of asking Copilot the right questions to get code that actually solves your problems.</description>
<pubDate>Fri, 21 Mar 2025 00:00:00 GMT</pubDate>
<guid>https://www.cooknwithcopilot.com/blog/ask-better-questions-get-better-code.html</guid>
</item>
</channel>
</rss>