dyad
Automate pull requests, code reviews, and E2E test fixes
All Skills in This Repository (22)
Pure Emerald Level Indicatorsdyad:multi-pr-review
Orchestrate multiple Claude sub-agents to review PR diffs and post consensus results.
dyad:swarm-pr-review
Orchestrate a three-teammate Claude Code swarm to analyze GitHub PR diffs and post a consensus summary.
dyad:plan-to-issue
Converts an approved codebase implementation plan into a GitHub issue.
dyad:deflake-e2e-recent-commits
Detects and fixes flaky Playwright E2E tests from recent CI runs and PRs.
dyad:check-workflows
Audits recent GitHub Actions workflow runs and files issues for actionable failures.
dyad:pr-push
Commits changes, runs checks, pushes branches, and creates GitHub pull requests.
dyad:pr-screencast
Records Playwright screenshots demonstrating a PR's feature and posts them as a GitHub PR comment.
dyad:swarm-to-plan
Orchestrates PM, UX, and engineering agents to debate an idea and write a spec to plans/.
dyad:pr-fix:comments
Reads unresolved GitHub PR review comments and addresses or resolves them via the GitHub API.
remember-learnings
Extracts session learnings and updates AGENTS.md and rules files with actionable guidance.
deep-review
Reviews code diffs using parallel finder agents and adversarial verifier agents.
dyad:add-models
Add AI model entries to the language model constants file with researched specifications.
Frequently Asked Questions
FAQPage SchemaHow to install Dyad skills?โผ
Run `npx skills add dyad-sh/dyad --all -g -y` in your terminal to install all skills in this suite globally.
How to automate pull request reviews with AI?โผ
Use the multi-pr-review or swarm-pr-review skills, which spawn specialized agents for correctness, code health, and UX that review the diff and post a merge verdict with inline comments.
How to fix flaky E2E tests automatically?โผ
The deflake-e2e skills gather flaky Playwright tests from CI runs, reproduce them locally, apply best-practice fixes, and verify stability across repeated runs.
Can AI fix failing CI checks on my PR?โผ
Yes. The pr-fix skill reads the latest CI run logs, diagnoses unit test and E2E failures, applies fixes, and pushes the corrected branch.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core