Converted and distributed by TomeVault — claim your Tome and manage your conversions.
Testing Aqa
Design and maintain automated UI/API tests (framework patterns, stability, CI artifacts); not one-off manual checks Use when this capability is needed.
Testing Aqa by tomevault-io · 4b419be
npx skillmds@latest add tomevault-io/testing-aqa File contents
---name: testing-aqadescription: Design and maintain automated UI/API tests (framework patterns, stability, CI artifacts); not one-off manual checks Use when this capability is needed.---<input_requirements> <required>Autotest goal and scenarios</required> <required>Environment and access</required> <required>Selected framework and versions</required> <required>Test data and cleanup strategy</required> <optional>Data and fixtures</optional> <optional>Stability requirements (flake rate)</optional> <optional>Artifacts requirements (screenshots/video/trace)</optional> <optional>Retry rules (if allowed)</optional></input_requirements><design_rules> <rule importance="critical">Tests are independent and isolated</rule> <rule importance="critical">Each test has a clear success criterion</rule> <rule importance="high">Use stable selectors and patterns</rule> <rule importance="high">Assert business-meaningful states, not implementation details</rule> <rule importance="high">Minimize duplication via POM/fixtures</rule> <rule importance="high">Parameterize checks for variable data</rule> <rule importance="medium">Separate UI, API, and integration tests</rule></design_rules><execution_rules> <rule importance="critical">Tests are deterministic and repeatable</rule> <rule importance="high">Failures are localized (clear failure reason)</rule> <rule importance="high">Flakes are fixed, not masked</rule> <rule importance="high">Collect artifacts on failure (screenshot/video/trace)</rule> <rule importance="medium">Tests should be fast and parallelizable</rule> <rule importance="medium">Retries are limited and documented</rule></execution_rules><coverage> <focus> <item>Critical user paths</item> <item>Authorization and access control</item> <item>Core CRUD operations</item> <item>Errors and validation</item> </focus></coverage><do_not> <item importance="critical">Do not use sleep instead of state-based waits</item> <item importance="high">Do not depend on unstable selectors</item> <item importance="high">Do not mix multiple scenarios in one test</item> <item importance="high">Do not make tests depend on execution order</item> <item importance="high">Do not share mutable state between tests</item></do_not><example_patterns> <pattern>Page Object Model with isolated actions and assertions</pattern> <pattern>Fixtures for data and auth</pattern> <pattern>Explicit waits for UI state</pattern> <pattern>Selectors by role/data-testid/aria</pattern></example_patterns>---> Converted and distributed by [TomeVault](https://tomevault.io/claim/ozerohax) — claim your Tome and manage your conversions.<!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/ozerohax--assistagents--aqa commit 4b419be62b
Frequently asked questions
Run npx skillmds@latest add tomevault-io/testing-aqa in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Design and maintain automated UI/API tests (framework patterns, stability, CI artifacts); not one-off manual checks Use when this capability is needed. It is listed under Integrations & APIs on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.