Testland
Browse all skills & agents

qa-test-impact-analysis

Test impact analysis + regression-suite hygiene: 2 skills (regression-suite-selector, coverage-debt-tracker) and 2 agents (test-suite-pruner, regression-suite-curator).

Install this plugin

/plugin install qa-test-impact-analysis@testland-qa

Part of role bundles: qa-role-sdet, qa-role-leadership

qa-test-impact-analysis

Test impact analysis (TIA) and regression-suite hygiene. The selector cuts per-PR CI time by running only impacted tests (with always-on safety fallbacks). The tracker, pruner, and curator manage long-term suite signal/noise: which files are eroding in coverage, which tests have stopped catching bugs, which can be folded.

Components

TypeNameDescription
Skillregression-suite-selectorBuild-an-X TIA workflow: per-test → source map (coverage- or build-graph-derived) + git diff → impacted ∪ previously-failing ∪ newly-added; safe fallback to full suite.
Skillcoverage-debt-trackerBuild-an-X weekly debt ledger across N main runs: falling (line% slid >M pp), stale (flat coverage + high churn), orphan (lost last covering test).
Agenttest-suite-prunerFinds duplicates / tautologies / trivial / dead-signal / orphan tests; recommends removal via PR; refuses to auto-delete.
Agentregression-suite-curatorQuarterly suite-health pass; signal-history-driven keep/fold/delete decisions; never auto-merges.

Install

/plugin marketplace add testland/qa
/plugin install qa-test-impact-analysis@testland-qa