← all publishers

dyad-sh

@dyad-sh source repo

21 published skills

  1. Dyad Plan To Issue · dyad-sh
    Create a plan collaboratively with the user, then convert the approved plan into a GitHub issue.
    1 install
  2. Dyad Pr Screencast · dyad-sh
    Record a visual demonstration of the key feature of this PR using screenshots and add it as a new comment to the PR.
    1 install
  3. Dyad Swarm To Plan · dyad-sh
    Swarm 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.
    1 install
  4. Dyad Pr Fix · dyad-sh
    Address all outstanding issues on a GitHub Pull Request by handling both review comments and failing CI checks.
    1 install
  5. Dyad Pr Push · dyad-sh
    Publish local work by committing changes, running checks, pushing the branch, and creating or refreshing a GitHub PR with a reviewer-useful description.
    1 install
  6. Dyad Deflake E2e Recent Commits · dyad-sh
    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.
    1 install
  7. Dyad Promote Beta To Stable · dyad-sh
    Promote the latest pre-release to a stable release by creating a release branch, bumping the version, and pushing.
    1 install
  8. Dyad Debug With Playwright · dyad-sh
    Debug E2E tests by taking screenshots at key points to visually inspect application state.
    1 install
  9. Dyad Deflake E2e From Run · dyad-sh
    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.
    1 install
  10. Dyad Debug Minified Error · dyad-sh
    Map a minified error stack trace from a production Dyad build back to original source locations using source maps.
    1 install
  11. Dyad Feedback To Issues · dyad-sh
    Turn customer feedback (usually an email) into discrete GitHub issues. Checks for duplicates, proposes new issues for approval, creates them, and drafts a reply email.
    1 install
  12. Remember Learnings · dyad-sh
    Review 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.
    1 install
  13. Dyad Check Workflows · dyad-sh
    Check GitHub Actions workflow runs from the past day, identify severe or consistent failures, and file an issue if actionable problems are found.
    1 install
  14. Dyad Multi Pr Review · dyad-sh
    Multi-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.
    1 install
  15. Dyad Pr Fix Comments · dyad-sh
    Read all unresolved GitHub PR comments from trusted authors and address or resolve them appropriately.
    1 install
  16. Dyad Deflake E2e · dyad-sh
    Identify and fix flaky E2E tests by running them repeatedly and investigating failures.
    1 install
  17. Dyad Add Models · dyad-sh
    Add one or more AI models to the language model constants file, researching specs from official docs.
    1 install
  18. Dyad E2e Rebase · dyad-sh
    Rebase E2E test snapshots based on failed tests from the PR comments.
    1 install
  19. Dyad Fix Issue · dyad-sh
    Create a plan to fix a GitHub issue, then implement it locally.
    1 install
  20. Dyad Pr Fix CI · dyad-sh
    Diagnose 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.
    1 install
  21. Dyad Pr Rebase · dyad-sh
    Rebase the current branch on the latest upstream changes, resolve conflicts, and push.
    1 install