Skip to content

Commit 78776b1

Browse files
author
UncleBats
committed
process feedback
1 parent 9933b3d commit 78776b1

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

docs/workshop/facilitator-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ git pull
13641364

13651365
**Say:**
13661366

1367-
> "Now that you have well-structured sub-issues, you can assign them to Copilot for automatic implementation. Open a sub-issue and comment `assign: copilot`. Copilot reads the specification, creates a branch, writes the code, and opens a PR. That closes the full automation loop: triage → plan → implement → review."
1367+
> "Now that you have well-structured sub-issues, you can assign them to Copilot for automatic implementation. Open a sub-issue assign it to copilot. Copilot reads the specification, creates a branch, writes the code, and opens a PR. That closes the full automation loop: triage → plan → implement → review."
13681368
13691369
**Key Insight:**
13701370

docs/workshop/participant-handout-exercise2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Verify that `.github/workflows/ci.yml` now contains test commands by opening the
391391

392392
**Why this matters for Exercise 3:** The CI Doctor diagnoses *failing* CI checks. If your pipeline only builds but never runs tests, there's nothing meaningful for the CI Doctor to diagnose. By letting the CI Coach evolve your pipeline to include tests, you create the conditions where the CI Doctor can demonstrate its value — analyzing test failures, identifying root causes, and posting actionable fixes.
393393

394-
**Key Insight:** By creating this workflow manually, you now understand exactly what the CLI and cloud agent generate behind the scenes. Every agentic workflow is just a markdown file with frontmatter configuration + a natural language prompt. The quality of the prompt directly determines the quality of the agent's output — which is why the detailed 5-phase framework produces better results than a one-line description.
394+
**Key Insight:** By creating this workflow manually, you now understand exactly what the CLI and cloud agent generate behind the scenes. Every agentic workflow is just a markdown file with frontmatter configuration + a natural language prompt. The quality of the prompt directly determines the quality of the agent's output.
395395

396396
This continuous feedback strengthens your guardrails as you prepare for more autonomous workflows.
397397

docs/workshop/participant-handout-exercise7.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,7 @@ Now that you have well-structured sub-issues, you can let Copilot implement them
168168
169169
2. **Assign to Copilot:**
170170
- Open the sub-issue on GitHub
171-
- In the issue comment section, type:
172-
```
173-
assign: copilot
174-
```
171+
- In the issue assign copilot on the top right
175172
- Post the comment
176173
177174
3. **Watch Copilot Cloud work:**

0 commit comments

Comments
 (0)