The plugin this page is about. Each skill knows the situation it applies to, what the vault expects of it, and where the QA Engineer stays in control.
Manual QA practiceMCP server
search-test-casesBefore writing anything: find what already covers a feature, by meaning rather than keywords.create-test-casesA spec, ticket or conversation needs end-to-end scenarios. The agent drafts them for review.maintain-test-casesA feature changed and the cases are stale. One reviewed changeset brings them back in line.organize-test-repositorySuites and tags have sprawled. Restructure, merge near-duplicates, reorder.backfill-search-abstractsSemantic search misses cases because their search abstracts are missing.apply-lessons-learnedAn incident happened once. Find where the same class of failure can happen again.
E2E automationMCP server + Playwright
setup-test-automationOnce per repository: Playwright, fixtures, and the automation contract the other skills read.automate-test-casesTurn approved manual cases into Playwright specs, verified against the live app and linked both ways.run-automated-testsExecute the suite, separate flake from failure, record the run and its results in the vault.heal-automated-testsSpecs went red. Triage each into test defect, intent change or product bug; fix only what belongs to the test.reconcile-test-suiteOld specs predate the vault. Classify, link and consolidate them.