From role-aqa
Designs comprehensive test strategies: test pyramid/trophy/diamond/honeycomb models, risk-based prioritization, shift-left, mutation testing, testing in production (feature flags, canary, shadow traffic), AI-assisted test generation, quality metrics (DORA, defect escape rate), test architecture patterns (Page Object, Screenplay, App Actions). Use when planning testing efforts, defining coverage goals, or creating test plans.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-aqaThis skill is limited to using the following tools:
- Starting a new project — need to choose pyramid, trophy, diamond, or honeycomb model
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Audits ECC Tools repo for cost burns from runaway PR creation, quota bypasses, premium-model leakage, duplicate jobs, and GitHub App spikes.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
references/distribution-models.md — pyramid, trophy, diamond, honeycomb explained with ratios and when to pick eachreferences/shift-left-risk-prioritization.md — shift-left pipeline gates, risk matrix scoring, test impact analysis tools, CI quality gate YAMLreferences/mutation-exploratory-testing.md — Stryker/PITest/mutmut setup, mutation operators, SBTM exploratory charters, DORA and quality metricsreferences/testing-in-production.md — canary deployments, feature flags, shadow traffic, dark launching, synthetic monitoring, AI-assisted test generationreferences/test-architecture-planning.md — POM, Screenplay, App Actions patterns with code; regression strategy; environment topology; test plan template; Given/When/Then acceptance criteria