Strengthen persona workflow guidance for path scoping, escalation dedup, and toolset selection - #48502
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…ection Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update agent persona exploration findings and recommendations
Strengthen persona workflow guidance for path scoping, escalation dedup, and toolset selection
Jul 28, 2026
pelikhan
approved these changes
Jul 28, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Strengthens persona workflow guidance for path scoping, escalation deduplication, and tool selection.
Changes:
- Adds design and compliance path examples.
- Promotes incident deduplication guidance.
- Adds a persona-to-tool matrix.
Show a summary per file
| File | Description |
|---|---|
.github/aw/create-agentic-workflow.md |
Adds persona-specific path guidance. |
.github/aw/triggers.md |
Adds incident escalation and deduplication rules. |
.github/aw/github-agentic-workflows.md |
Adds persona tool recommendations. |
.github/workflows/smoke-copilot-auto.lock.yml |
Updates generated model-cost metadata. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 2
- Review effort level: Medium
Comment on lines
+115
to
+119
| Escalation rules for this pattern (required): | ||
|
|
||
| - Derive a stable failure key before any write (for example `<workflow>:<job>:<step>:<error-signature>`). | ||
| - Search for an existing open incident by that key **before** calling `create-issue`. | ||
| - Call `noop` instead of creating a new issue when an open incident already exists for the same key. |
| |---|---|---| | ||
| | Program Manager | Digest/report uses GitHub data only (`tools.github.toolsets: [default]`) | Add `cache-memory` only when trend baselines/deltas must persist across runs | | ||
| | Designer | PR review is metadata/content-aware via GitHub reads only | Add `playwright` for screenshot/visual checks; add `cache-memory` when baselines or snapshot history are required | | ||
| | Legal / Compliance | Policy/dependency review is repo-state and metadata driven | Add `cache-memory` when recurring audits need prior-run evidence/comparison state | |
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.
Persona exploration showed strong trigger/safe-output guidance but gaps in specificity: path scopes for design/compliance scenarios were too generic, escalation dedup rules were not consistently first-class, and tool recommendations needed clearer default-vs-optional guidance.
What changed
create-agentic-workflow.mdpull_request.pathsexamples for:tokens/**,**/*tokens*.json,**/theme/**)policy/**,compliance/**,controls/**,docs/policies/**)triggers.mdworkflow_runfailure-triage pattern:noopon duplicatesgithub-agentic-workflows.mdtools.github.toolsets: [default]is sufficient vs when to explicitly includeplaywrightand/orcache-memory.Illustrative snippet