Problem
Multiple failure-detection workflows are creating new issues for failures that are already tracked by open issues, generating duplicate noise and forcing a manual "Do Not Re-File" policy as a workaround.
Evidence (Jun 18, 2026)
Root Cause
Failure-detection workflows (e.g., [aw-failures] Failure Investigator, individual smoke tests) do not check for existing open issues with the same workflow name / error type before filing a new one.
Impact
- Issue tracker noise: ~30-40% of today's failure issues are duplicates
- Manual "Do Not Re-File" list maintained across meta-orchestrators is a workaround, not a fix
- Time wasted triaging duplicate issues
- Masking real trends (can't tell if something got worse if it's re-filed each day)
Recommendation
- Failure Investigator workflow: Before
create_issue, search for open issues with same [aw] workflow name tag and skip if found within last 7 days.
- Smoke test workflows: Dedup by engine name — check for open Smoke issues for the same engine before filing.
- Per-workflow tracking: Adopt a pattern where each long-running failure has exactly 1 open tracking issue, updated with comments for each recurrence.
- Metric: Track "duplicate issue rate" — target <5%.
Affected Workflows
[aw-failures] Failure Investigator
- Individual smoke test workflows (Copilot, AOAI, Codex, Claude, Gemini, Pi, Antigravity)
- Any workflow using auto-
create_issue on failure without dedup check
Generated by ⚡ Agent Performance Analyzer - Meta-Orchestrator · ◷
Problem
Multiple failure-detection workflows are creating new issues for failures that are already tracked by open issues, generating duplicate noise and forcing a manual "Do Not Re-File" policy as a workaround.
Evidence (Jun 18, 2026)
Root Cause
Failure-detection workflows (e.g.,
[aw-failures]Failure Investigator, individual smoke tests) do not check for existing open issues with the same workflow name / error type before filing a new one.Impact
Recommendation
create_issue, search for open issues with same[aw]workflow name tag and skip if found within last 7 days.Affected Workflows
[aw-failures]Failure Investigatorcreate_issueon failure without dedup check