dyad-sh
@dyad-sh Organization
Public Skills
dyad:multi-pr-review
by 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.
dyad:e2e-rebase
by dyad-sh
Rebase E2E test snapshots based on failed tests from the PR comments.
dyad:check-workflows
by 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.
dyad:deflake-e2e
by dyad-sh
Identify and fix flaky E2E tests by running them repeatedly and investigating failures.
dyad:lint
by dyad-sh
Run pre-commit checks including formatting, linting, and type-checking, and fix any errors.
dyad:session-debug
by dyad-sh
Analyze session debugging data to identify errors and issues that may have caused a user-reported problem.
dyad:pr-fix
by dyad-sh
Address all outstanding issues on a GitHub Pull Request by handling both review comments and failing CI checks.
dyad:feedback-to-issues
by 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.