Agent Suggestions
Date: 2026-03-02
1. Actions Failure Cluster Detector
Trigger: Scheduled daily (cron) + workflow_dispatch
Purpose: Detect recurring failure signatures across trigger-* / gh-aw-* workflow runs in a rolling window (for example checkout ref failures, missing agent-output artifacts, runtime/config errors), then file one consolidated, prioritized tracking issue with grouped evidence and suggested remediation owners.
Proposed safe outputs: create-issue (single consolidated report issue per run window; noop when no recurring cluster is found)
Evidence:
Why not covered already: Existing workflows are PR-scoped or narrow detectors (for example pr-actions-detective, branch-actions-detective, and specific error detectors), but there is no generalized scheduled workflow that clusters recurring failures across runs and continuously emits one consolidated reliability backlog item.
Duplicate Checks
Downstream Signals
- Workflow usage/activity signals in downstream repos:
Suggested Next Steps
What is this? | From workflow: Agent Suggestions
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
Agent Suggestions
Date: 2026-03-02
1. Actions Failure Cluster Detector
Trigger: Scheduled daily (
cron) +workflow_dispatchPurpose: Detect recurring failure signatures across
trigger-*/gh-aw-*workflow runs in a rolling window (for example checkout ref failures, missingagent-outputartifacts, runtime/config errors), then file one consolidated, prioritized tracking issue with grouped evidence and suggested remediation owners.Proposed safe outputs:
create-issue(single consolidated report issue per run window;noopwhen no recurring cluster is found)Evidence:
Why not covered already: Existing workflows are PR-scoped or narrow detectors (for example
pr-actions-detective,branch-actions-detective, and specific error detectors), but there is no generalized scheduled workflow that clusters recurring failures across runs and continuously emits one consolidated reliability backlog item.Duplicate Checks
Downstream Signals
Suggested Next Steps
gh-aw-actions-failure-cluster-detectoras a scheduled-audit style workflow with configurable lookback window and workflow filters.What is this? | From workflow: Agent Suggestions
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.