consolidate-test-suites
OfficialAdd tests with clear ownership and invariants.
Software Engineering#testing#code review#regression testing#invariant#test-suite consolidation#owning layer#test placement
Authorcompozy
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It prevents low-signal, misplaced, or redundant tests by forcing a clear decision about the invariant being protected and the canonical test suite responsible for proving it.
Core Features & Use Cases
- Invariant-first test decisions: Defines what must remain true before changing or adding coverage, with an explicit stop condition when no durable behavior or boundary can be named.
- Owning-layer placement: Selects exactly one primary owning layer (e.g., unit, integration, end-to-end, static analysis) so the right suite proves the right failure mode.
- Canonical suite reuse: Recommends reusing and updating existing canonical test suites and only creating standalone regression tests when allowed, with documented rationale.
- Low-signal test rejection: Discourages brittle tests that freeze implementation details, prose/snapshot literals, config shape, or file-existence checks without contract value.
- Decision recording: Ensures outcomes include the invariant, owning layer, what changed (or why nothing was added), and the verification command.
Quick Start
Use this skill when planning a test change in AGH to determine the invariant, choose the owning layer, and locate or update the canonical suite before writing or moving any tests.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: consolidate-test-suites Download link: https://github.com/compozy/agh/archive/main.zip#consolidate-test-suites Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.