Propose where to test a change in the RHDH dynamic-plugin ecosystem: which repo (rhdh-plugins, rhdh-plugin-export-overlays, rhdh), which test layer (unit, integration, component, cluster-free E2E, cluster E2E), where the test lives, and how to create it — then write it by mirroring an existing test in that repo. Use when asked "where should I test this", "does this need a cluster", "should this be an e2e test", "which repo does this test belong in", "what test layer", "test placement", "how do I write a test for this", "write a test for X", "add a unit/integration/component test", or when reviewing a test added at the wrong layer.
$npx -y skills add redhat-developer/rhdh-skill --skill test-placementInstalls into the current project.
Run `npx skills use "https://github.com/redhat-developer/rhdh-skill" --skill "redhat-developer/rhdh-skill/test-placement"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/redhat-developer/rhdh-skill" that are relevant to the current task. Run `npx skills add "https://github.com/redhat-developer/rhdh-skill"` and select the relevant skills, then follow their instructions.