qa-test-automation
v0.3.3QA & test-automation team — agents (test-strategy-architect, e2e-automation-engineer, test-infrastructure-engineer) for a test suite that catches real defects without becoming a tax: the test pyramid (many fast unit, fewer integration, few E2E), deterministic end-to-end automation (Playwright/Cypress, resilient selectors, no fixed sleeps), test data and ephemeral environments, meaningful coverage (mutation over line %), and flaky-test quarantine. Deepens ravenclaude-core/tester-qa. skills, a decision-tree knowledge bank (test-level + flake-triage + double-selection + seam + blocking-gate trees, plus selector-resilience + test-data-strategy trees and a dated 2026 tooling map), a field-notes bank, a stdlib flake-rate/pyramid-ratio analyzer, LSP code-intelligence config (TS/JS + Python), best-practices, templates, commands, an advisory hook. Seams: contract tests -> api-engineering, CI gating -> devops-cicd, UI under test -> frontend-engineering. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install qa-test-automation for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install qa-test-automation@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/qa-test-automation/.
Plugin files
├── .claude-plugin/plugin.json├── skills/e2e-automation/SKILL.md├── skills/flaky-test-triage/SKILL.md├── skills/test-infrastructure/SKILL.md├── skills/test-pyramid-audit/SKILL.md└── skills/test-strategy-design/SKILL.md
Included Skills5
Write deterministic E2E/integration tests: target resilient role/test-id selectors, wait on conditions never fixed sleeps, isolate and clean up test data, and structure with page objects so a UI change updates one locator.
Structured procedure for detecting, classifying, and eliminating flaky tests — covers quarantine mechanics, root-cause patterns (timing, state, network, ordering), and the fix or delete decision.
Build trustworthy test infrastructure: factory-based isolated test data, ephemeral per-run environments + service virtualization, automated flaky-test detection/quarantine, parallel sharding, and coverage+mutation reporting in CI.
Audit procedure for diagnosing test pyramid shape — identifies ice-cream-cone suites, slow E2E over-reliance, and unit test gaps, then produces a concrete rebalancing plan.
Design a test strategy on the pyramid: map defect classes to the cheapest test level that catches them, prioritize by risk, use coverage as a floor and mutation testing as the quality truth, and decide what not to test.
Plugin manifests1
{
"name": "qa-test-automation",
"version": "0.3.3",
"description": "QA & test-automation team — agents (test-strategy-architect, e2e-automation-engineer, test-infrastructure-engineer) for a test suite that catches real defects without becoming a tax: the test pyramid (many fast unit, fewer integration, few E2E), deterministic end-to-end automation (Playwright/Cypress, resilient selectors, no fixed sleeps), test data and ephemeral environments, meaningful coverage (mutation over line %), and flaky-test quarantine. Deepens ravenclaude-core/tester-qa. skills, a decision-tree knowledge bank (test-level + flake-triage + double-selection + seam + blocking-gate trees, plus selector-resilience + test-data-strategy trees and a dated 2026 tooling map), a field-notes bank, a stdlib flake-rate/pyramid-ratio analyzer, LSP code-intelligence config (TS/JS + Python), best-practices, templates, commands, an advisory hook. Seams: contract tests -> api-engineering, CI gating -> devops-cicd, UI under test -> frontend-engineering. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"qa",
"testing",
"test-automation",
"test-pyramid",
"playwright",
"cypress",
"e2e",
"integration-testing",
"unit-testing",
"mutation-testing",
"test-data",
"flaky-tests",
"coverage",
"ci-gating"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
},
"lspServers": "./.lsp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[qa-test-automation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/qa-test-automation)