Agent Persona Exploration - 2026-03-21 #22071
Closed
Replies: 2 comments 1 reply
-
|
/plan |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This discussion has been marked as outdated by Agent Persona Explorer. A newer discussion is available at Discussion #22224. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Persona Overview
developer.instructions(agentic-workflows proxy)Key Findings
allowed: [](hermetic Go tests need no network); PM-1 usedegress: false(strictest valid config)hide-older-comments: true,close-older-discussions: true, andmax: 1caps appeared consistently, improving stakeholder UXagent:instead ofengine:,mcp-servers:instead oftools:, andrepo-memory(non-existent) instead ofcache-memoryTop Patterns
pull_request + paths filter(3/6),schedule + workflow_dispatch(2/6),workflow_run + if:conclusion==failure(1/6)pull_requests+repostoolsets dominant;bashfor local toolchains;playwrightfor browser automationsandbox: agent: awfmentioned; network locked to minimum (allowed:[],egress:false, or domain-specific)View Scenario Scores (6 tested)
View High Quality Responses (Top 3)
BE-1 — API Breaking Change Reviewer (5.0/5)
REQUEST_CHANGESvsCOMMENTbased on severityDO-1 — Deployment Failure Incident Reporter (5.0/5)
workflow_runtrigger withif: conclusion == 'failure'job guardQA-1 — Go Test Coverage Delta (5.0/5)
allowed: [](empty network) — correct for hermetic Go testshide-commentUX pattern to avoid duplicate comments on re-runsView Areas for Improvement
FE-2 — Accessibility Audit
network.allowedusesnpmshorthand — unclear if valid in gh-aw syntax (should beregistry.npmjs.org)DO-2 — Dependabot Vulnerability Report
agent: claudeinstead of the correctengine: claudemcp-servers:withtool-sets:instead of standardtools:withtoolsets:PM-1 — Weekly Release Digest
repo-memorytool which does not exist in gh-aw;cache-memoryis the correct standard toolRecommendations
cache-memoryas the canonical deduplication tool —repo-memoryappeared as a hallucination; the AGENTS.md and skills should reinforcecache-memorywith concrete examples for scheduled workflowsnetwork.allowed(github,npm,localhostvs full domains likeregistry.npmjs.org)engine:notagent:,tools:notmcp-servers:,toolsets:nottool-sets:— these syntax errors were 3 of the 4 issues foundReferences: §23368937227
Beta Was this translation helpful? Give feedback.
All reactions