Find the perfect skill
Roborev Code Review
Testing
Run an AI-powered code review on your current changes, a branch, or a specific commit using Roborev. Helps catch issues before merging by providing automated feedback with severity levels and a pass/fail verdict.
Test Retry Config
Testing
Automated assistance for test retry configuration, covering best practices, mocking, and frameworks like Jest and pytest.
Stub Creator
Testing
Automated assistance for stub creator tasks within the Test Automation domain. Provides step-by-step guidance, production-ready code, and best practices.
QA - Autonomous App Exploration
Testing
Autonomously explores Android/iOS apps to find crashes, ANRs, and bugs. Uses MCPs to drive the app, track pages, and generate a Markdown bug report with coverage stats.
Retroactive Evaluation Coverage Audit
Testing
Retroactively audit a completed AI phase's evaluation coverage. Produces EVAL-REVIEW.md with score, gaps, and remediation plan.
E2E Snapshot Rebase
Testing
Rebase E2E test snapshots based on failed tests from PR comments. Automatically updates and verifies snapshots using Playwright.
E2E Snapshot Rebase
Testing
Rebase E2E test snapshots based on failed tests from PR comments. Parses Playwright test results and updates snapshots accordingly.
Screen Reader Testing
Testing
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.
Auto QA with Root-Cause Fixes
Testing
Continuous QA and testing across the codebase, fixing root causes with clean refactors. Aims for at least 100 verified landed fixes.
Playwright E2E Testing Patterns
Testing
Playwright patterns for building stable, maintainable E2E test suites including Page Object Model, configuration, and CI/CD integration.
Playwright E2E Testing Patterns
Testing
Comprehensive Playwright patterns for stable E2E suites, including Page Object Model, configuration, and CI/CD integration.
Swift Protocol-Based Dependency Injection for Testing
Testing
Protocol-based dependency injection for testable Swift code, mocking file system, network, and external APIs. Enables deterministic tests without I/O.