qa-automation-test-consolidation

Installation
SKILL.md

Summary

This skill analyzes an entire test suite to identify duplicate tests, semantic overlaps, duplicated test logic, parameterization opportunities, and overlapping business-rule validations. It prioritizes behavioral similarity over code similarity and recommends refactorings that reduce maintenance effort while preserving test coverage and business intent. No changes are applied without explicit user approval.

How the Loop Works

  • Analyze the entire test suite for consolidation opportunities;
  • Group findings by type and confidence level;
  • Present a summary of the proposed changes and request user approval;
  • Apply the approved refactorings;
  • Re-analyze the updated test suite to identify newly exposed consolidation opportunities;
  • Repeat until no additional consolidation opportunities with a confidence level greater than 80% remain.

Definition of Done

Installs
39
GitHub Stars
12
First Seen
Jul 19, 2026
qa-automation-test-consolidation — testomatio/skills