[skill-activity] improve(27): add agent-first path for the evals step - #2717
Merged
Merged
Conversation
Restructure step 27 to follow the Copilot-CLI-first guideline: - Primary path: /agentic-workflows skill prompt to add evals block - Manual terminal steps moved into a <details> collapse - Added commit+push instructions before triggering a run - Added iterative refinement example with agent prompt - Removed stray TIP callout (folded into inline guidance) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
marked this pull request as ready for review
August 19, 2026 12:46
Contributor
Author
There was a problem hiding this comment.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpg
To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:
network:
allowed:
- defaults
- "awmgmcpg"See Network Configuration for more information.
Generated by ✅ AW Accuracy PR Reviewer for #2717 · 31.4 AIC · ⌖ 7.23 AIC · ⊞ 4.3K
|
|
||
| > [!TIP] | ||
| > Prefer using an agent with `/agentic-workflows` to add or refine `evals:` questions, then run `gh aw compile --watch` while iterating. | ||
| > Use `gh aw compile --watch` while iterating on eval questions to get instant feedback on compile errors. |
Contributor
Author
There was a problem hiding this comment.
Inaccurate flag: --watch does not exist for gh aw compile
The tip references gh aw compile --watch, but this flag is not part of the gh aw compile command. The documented flags are --strict, --validate, --fail-fast, --purge, and --approve — no --watch flag exists.
Suggested fix:
> Use `gh aw compile daily-status` after each edit to get immediate feedback on compile errors.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was improved
Step 27 (Verify Your Workflow Quality with Evals) previously jumped straight to terminal commands without offering a Copilot CLI-first path, violating the workshop guideline that the AI agent should be the primary editing surface for agentic workflows.
Changes
/agentic-workflowsskill prompt that adds theevals:block, compiles, and shows the diff — no manual YAML required.<details>collapse so they remain accessible without cluttering the main flow.[!TIP]callout with inline--watchguidance integrated into the refinement section.Learner pain point addressed
Learners who followed the agent-first pattern in earlier steps (editing, debugging, optimising) would encounter an inconsistency in step 27 where the instructions reverted to terminal-first. This change makes step 27 consistent with the rest of the workshop and reinforces the recommended editing loop.
Workshop flow impact
No navigation or curriculum table changes needed — this is an in-place content improvement to a single step.
Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
awmgmcpgSee Network Configuration for more information.