eighteendreamer/Ai_Test_Agent

Yuce Tianjian · AI testing platform: Web version (LLM + browser automation testing, discontinued) + Enterprise_AI_QA_Agent (enterprise QA multi-agent orchestration workspace, under development). Issues welcome; sponsorship: https://eapi.site/

This repository also configures its own agents. See what Ai_Test_Agent tells them →

44Stars on the repository
55Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

eighteendreamer/Ai_Test_Agent

Skill Codex

A planning guide for Maestro, a tool that runs mobile UI tests on iOS and Android from YAML files. It uses the project's existing Maestro setup to describe user flows, reusable subflows, selectors, startup state, and test data.

not rated 44 4d ago A 49 tokens

mocha-testing

26

eighteendreamer/Ai_Test_Agent

Skill Codex

A testing guide for Mocha, a JavaScript testing framework for Node.js. It covers behavior-driven development (BDD), test-driven development (TDD), setup and cleanup hooks, asynchronous tests, assertions, and substitutes for real dependencies.

not rated 44 4d ago A 61 tokens

mutation-testing

27

eighteendreamer/Ai_Test_Agent

Skill Codex

A review guide for mutation testing, which makes small changes to code to check whether tests detect them. It examines mutations that tests kill, survive, time out, or do not cover.

not rated 44 4d ago A 58 tokens

eighteendreamer/Ai_Test_Agent

Skill Codex

A testing and review method for finding N+1 database queries. An N+1 problem happens when code makes one query for a list and then an extra query for each item.

not rated 44 4d ago A 55 tokens

eighteendreamer/Ai_Test_Agent

Skill Codex

A Playwright skill for planning API tests with APIRequestContext, Playwright’s interface for sending HTTP requests in tests. It uses the project’s existing configuration and covers requests, authentication, schemas, errors, concurrency, and test evidence.

not rated 44 4d ago A 48 tokens

eighteendreamer/Ai_Test_Agent

Skill Claude CodeCodex

A Playwright guide for exploring web pages through user-like actions, checking expected results, and collecting evidence. Playwright is a tool for automating browsers.

not rated 44 4d ago A 72 tokens

postman-api-testing

33

eighteendreamer/Ai_Test_Agent

Skill Codex

A review aid for Postman API testing. Postman is a tool for sending requests to web services, and an API is the interface software uses to communicate.

not rated 44 4d ago A 51 tokens

eighteendreamer/Ai_Test_Agent

Skill Codex

A guide for planning low-risk, read-only checks of key user journeys in a live production system after a release. Smoke testing is a quick check that the main functions still work.

not rated 44 4d ago A 50 tokens

eighteendreamer/Ai_Test_Agent

Skill Codex

A property-based testing guide that turns business rules and allowed inputs into tests using generated data, random seeds, result shrinking, and real counterexamples.

not rated 44 4d ago A 50 tokens

pytest-testing

36

eighteendreamer/Ai_Test_Agent

Skill Codex

A pytest skill for Python projects. pytest is a Python testing framework, and this skill works with the project’s existing fixtures, configuration, and test conventions.

not rated 44 4d ago A 58 tokens

eighteendreamer/Ai_Test_Agent

Skill Codex

A testing skill for React components, hooks, and pages using React Testing Library’s user-focused approach. React Testing Library is a tool for checking what users can see and do, such as clicking, filling forms, and using accessible controls.

not rated 44 4d ago A 49 tokens

selenium-testing

39

eighteendreamer/Ai_Test_Agent

Skill Codex

A review guide for Java Selenium web tests, covering real browser drivers, page objects, test frameworks, browser grids, waits, and browser combinations.

not rated 44 4d ago A 48 tokens

smoke-test-planning

40

eighteendreamer/Ai_Test_Agent

Skill Claude CodeCodex

A planning and review aid for smoke tests, which are quick checks that a system's main functions work after deployment.

not rated 44 4d ago A 54 tokens

snapshot-testing

41

eighteendreamer/Ai_Test_Agent

Skill Codex

A review guide for snapshot tests, which save an expected representation of a component, serialized value, or API response for later comparison.

not rated 44 4d ago A 50 tokens

eighteendreamer/Ai_Test_Agent

Skill Codex

A guide for planning, writing, and reviewing Storybook stories. Storybook is a tool that shows UI components separately so their states and interactions can be tested.

not rated 44 4d ago A 49 tokens

eighteendreamer/Ai_Test_Agent

Skill Codex

A review guide for SuperTest HTTP tests in Node.js applications. SuperTest sends requests to web frameworks such as Express, Koa, and Fastify without needing a separate browser.

not rated 44 4d ago A 50 tokens

tdd-review

44

eighteendreamer/Ai_Test_Agent

Skill Claude CodeCodex

A review guide for test-driven development, or TDD. TDD means writing a failing test, making it pass, and then improving the code.

not rated 44 4d ago A 39 tokens

test-data-strategy

46

eighteendreamer/Ai_Test_Agent

Skill Claude CodeCodex

A guide for reviewing the data used by tests, including factories, Builders, fixtures, database setup, random seeds, privacy protection, and cleanup.

not rated 44 4d ago A 45 tokens

testcafe-testing

47

eighteendreamer/Ai_Test_Agent

Skill Codex

A review guide for TestCafe browser-based end-to-end tests, using the project's fixtures, selectors, roles, request hooks, waiting rules, and parallel settings.

not rated 44 4d ago A 41 tokens

eighteendreamer/Ai_Test_Agent

Skill Codex

A guide for controlled tests that repeatedly exercise a user interface under stressful conditions, such as rapid clicks, simultaneous submissions, random navigation, refreshes, going back, lost network access, and invalid input.

not rated 44 4d ago A 59 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: