Failure Replay Lab
Investigate a failed delegation by replaying context, isolating likely root causes, and proposing the smallest reliable recovery path.
Collection
Regression hunting, deterministic testing, failure replay, and confidence building.
24 skills in this lane
Investigate a failed delegation by replaying context, isolating likely root causes, and proposing the smallest reliable recovery path.
Derive a high-signal regression matrix from changed code, user risk, and likely failure surfaces.
Audit interface flows against WCAG 2.2 AA with both automated checks and human-readable remediation sequences.
Build property-based and boundary-oriented API tests that find input handling failures before attackers or customers do.
Design and implement chaos engineering programs that proactively identify system weaknesses before they cause outages
Implement consumer-driven contract testing that ensures API compatibility between services without integration test overhead
Design comprehensive component testing strategies with Cypress that validate UI behavior in isolation with rapid feedback
Find and remove unused code paths, exports, and stale branches that still carry maintenance cost and risk.
Generate realistic, relationally valid test data for end-to-end workflows without brittle manual setup.
Identify and stabilize non-deterministic tests through reproduction heuristics, isolation, and dependency analysis.
Design and execute comprehensive load tests that identify performance bottlenecks and validate system capacity under realistic conditions
Design realistic load scenarios with useful bottleneck signals rather than synthetic throughput vanity metrics.
Build comprehensive mobile testing strategies covering native, hybrid, and mobile web apps across iOS and Android platforms
Challenge test suites with synthetic code mutations to measure whether tests actually protect behavior.
Enforce performance budgets in CI so regressions are blocked before they become user-visible.
Build robust, flaky-resistant end-to-end test suites with Playwright that run fast and catch real bugs
Design automated quality gates that prevent defects from progressing through the development pipeline
Design and execute comprehensive resilience tests that verify system behavior under failure conditions and degraded states
Design intelligent testing strategies that prioritize high-risk areas, maximizing defect detection with optimal resource allocation
Wire security scanning into delivery workflows with exploitability-aware prioritization instead of raw alert floods.
Design and implement Service Level Objective validation frameworks that ensure systems meet reliability commitments
Design comprehensive test data strategies that ensure reliable, secure, and maintainable data for all testing levels
Set up screenshot-based UI regression pipelines that catch real layout and styling breakage without noise.
Implement comprehensive visual testing strategies that catch UI regressions before they reach production