Root-cause flaky or failing E2E tests from a specific CI run by downloading and analyzing the Playwright HTML report (traces, screenshots, errors). Use this when given a GitHub Actions run URL and asked to investigate failures. Diagnose from report artifacts first, then rebuild and rerun the affected E2E tests locally after making fixes.
Fix failing CI checks and GitHub Actions on a Pull Request.
Read all unresolved GitHub PR comments from trusted authors and address or resolve them appropriately.
Automatically gather flaky E2E tests from recent CI runs on the main branch and from recent PRs by wwwillchen/keppo-bot/dyad-assistant, then deflake them.
Commit any uncommitted changes, run lint checks, fix any issues, and push the current branch.
Promote the latest pre-release to a stable release by creating a release branch, bumping the version, and pushing.
Map a minified error stack trace from a production Dyad build back to original source locations using source maps.
Add one or more AI models to the language model constants file, researching specs from official docs.