Use this agent to triage the full E2E test suite. Runs all tests, classifies every failure, manages project knowledge (error patterns, flows, triage history), creates tasks, and dispatches investigator/fixer agents. Examples: Context: User wants a full suite health check. user: 'Triage the e2e suite' assistant: 'I…
SAP UI5 GOLD-STANDARD test planner v3.0. Generates SINGLE test file with test.step() pattern. Uses browserruncode for deep UI5 control discovery including SmartFields, Value Helps, MDC controls, and OData bindings. 100% Praman compliance — fixture-only pattern.
Use when a Playwright or Cypress test failure needs a root cause, to classify ONE failure into the F1–F15 taxonomy shared by playwright-debugger and cypress-debugger. Give it the failing test name and the report excerpt (error, stack, attempt info); it reads the spec and config, returns the F-code with confidence…
Use after e2e-reviewer or scan.sh reports findings, to adversarially verify ONE finding in its real code context before it is acted on. Give it the pattern ID, file:line, and the flagged snippet; it reads the surrounding spec, project config, and the pattern contract, tries to REFUTE the finding first, and returns…
An agent that records selectors for a specified module and creates Playwright end-to-end test scripts. Playwright is a tool for controlling a browser in automated tests.
An agent that runs Playwright end-to-end tests, examines failures, and automatically fixes them. End-to-end tests check a complete user flow through an application.
Handles routine code quality tasks (linting, formatting, type checking) and trivial busywork. Runs iteratively until all checks pass. Use for cleanup tasks you don't want cluttering your main context.
Comprehensive accessibility code reviewer. Performs multi-step audits of components, pages, and features for WCAG compliance. Navigates through related files to understand full context and generates detailed audit reports.
Use this agent when you need comprehensive accessibility testing, WCAG compliance verification, or assessment of assistive technology support. Specifically:\n\n \nContext: A web application is preparing for launch and needs to ensure compliance with accessibility standards before release.\nuser: "Can you test our web…
Database operations specialist for SQLite and Entity Framework Core. Use for schema design, migrations, seed data, query optimization, and database troubleshooting.
Expert .NET code reviewer. Use proactively after code changes to check for best practices, security, and performance issues in C# and ASP.NET Core code.
Security-focused code reviewer. Use proactively to scan for vulnerabilities, secret leaks, SQL injection, XSS, CSRF issues, and authentication/authorization problems.