dyad-sh
- 21 skills
- 0 followers
- 2 weeks ago last updated
- ▌ Dyad Plan To Issue · dyad-shCreate a plan collaboratively with the user, then convert the approved plan into a GitHub issue.
- ▌ Dyad Pr Screencast · dyad-shRecord a visual demonstration of the key feature of this PR using screenshots and add it as a new comment to the PR.
- ▌ Dyad Swarm To Plan · dyad-shSwarm planning session with PM, UX, and Engineering agents who debate an idea, ask clarifying questions, and produce a detailed spec written to plans/$plan-name.md.
- ▌ Dyad Pr Fix · dyad-shAddress all outstanding issues on a GitHub Pull Request by handling both review comments and failing CI checks.
- ▌ Dyad Pr Push · dyad-shPublish local work by committing changes, running checks, pushing the branch, and creating or refreshing a GitHub PR with a reviewer-useful description.
- ▌ Dyad Deflake E2e Recent Commits · dyad-shAutomatically 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.
- ▌ Dyad Promote Beta To Stable · dyad-shPromote the latest pre-release to a stable release by creating a release branch, bumping the version, and pushing.
- ▌ Dyad Debug With Playwright · dyad-shDebug E2E tests by taking screenshots at key points to visually inspect application state.
- ▌ Dyad Deflake E2e From Run · dyad-shRoot-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.
- ▌ Dyad Debug Minified Error · dyad-shMap a minified error stack trace from a production Dyad build back to original source locations using source maps.
- ▌ Dyad Feedback To Issues · dyad-shTurn customer feedback (usually an email) into discrete GitHub issues. Checks for duplicates, proposes new issues for approval, creates them, and drafts a reply email.
- ▌ Remember Learnings · dyad-shReview the current session for errors, issues, snags, and hard-won knowledge, then update the rules/ files (or AGENTS.md if no suitable rule file exists) with actionable learnings.
- ▌ Dyad Check Workflows · dyad-shCheck GitHub Actions workflow runs from the past day, identify severe or consistent failures, and file an issue if actionable problems are found.
- ▌ Dyad Multi Pr Review · dyad-shMulti-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are validated using reasoned analysis rather than simple vote counting. Reports merge verdict (YES / NOT SURE / NO). Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues in a collapsible section.
- ▌ Dyad Pr Fix Comments · dyad-shRead all unresolved GitHub PR comments from trusted authors and address or resolve them appropriately.
- ▌ Dyad Deflake E2e · dyad-shIdentify and fix flaky E2E tests by running them repeatedly and investigating failures.
- ▌ Dyad Add Models · dyad-shAdd one or more AI models to the language model constants file, researching specs from official docs.
- ▌
- ▌
- ▌ Dyad Pr Fix CI · dyad-shDiagnose and fix failing CI checks on a pull request from its latest GitHub Actions CI run. Use when PR CI has E2E/Playwright failures, macOS or Windows unit-test failures, or presubmit/type/build failures; analyzes the exact run logs and artifacts, invokes dyad:deflake-e2e-from-run for E2E failures, reproduces targeted unit tests locally, and publishes the fixes.
- ▌ Dyad Pr Rebase · dyad-shRebase the current branch on the latest upstream changes, resolve conflicts, and push.