dyad:check-workflows

Installation
SKILL.md

Check Workflows

Check GitHub Actions workflow runs from the past day for severe or consistent failures and file a GitHub issue if actionable problems are found.

Arguments

  • $ARGUMENTS: (Optional) Number of hours to look back (default: 24)

Instructions

1. Gather recent workflow runs

Fetch all workflow runs from the past N hours (default 24):

gh run list --limit 100 --json workflowName,status,conclusion,event,headBranch,createdAt,databaseId,url,name

Filter to only runs created within the lookback window. Group runs by workflow name.

Related skills
Installs
22
Repository
dyad-sh/dyad
GitHub Stars
20.2K
First Seen
Feb 20, 2026