agentmantis

6 mods across 1 repository, 11 stars between them.

agentmantis/test-skills

Skill Claude CodeCodex

Creates a ticket-driven handover test for a Playwright E2E test suite. Names the test with the ticket prefix, places it in the handover test directory, and follows the promotion lifecycle. Use when asked to write a handover test, ticket test, functional test, or test for a specific ticket number.

11 4mo ago A 70 tokens original MIT

create-pom

02

agentmantis/test-skills

Skill Claude CodeCodex

Creates a Page Object Model (POM) class for a specified page in a Playwright E2E test suite. Generates the POM file with proper structure, comment banners, JSDoc, setUp/tearDown lifecycle methods, and locators. Use when asked to create a POM, page object, or page model.

11 4mo ago A 72 tokens original MIT

agentmantis/test-skills

Skill Claude CodeCodex

Creates a regression or smoke test spec file for a Playwright E2E test suite. Generates the spec file, test data JSON, and fixture updates. Handles complete test scaffolding including beforeAll cleanup, POM usage, and parallel-safe data. Use when asked to write a regression test, smoke test, or E2E test for a feature.

11 4mo ago A 76 tokens original MIT

agentmantis/test-skills

Skill Claude CodeCodex

Core conventions and rules for Playwright E2E testing with TypeScript. Covers project structure, naming conventions, selector strategy, authentication, navigation, environment configuration, test independence, and parallelism. Automatically loaded when writing or modifying E2E tests. Use when: generating E2E tests…

11 4mo ago A 84 tokens original MIT

e2e-test-suite-init

05

agentmantis/test-skills

Skill Claude CodeCodex

Scaffolds a complete Playwright E2E test suite from scratch. Creates the e2e/ directory with configuration files, folder structure, base page class, custom fixtures, auth setup, and environment config. Use when: setting up E2E tests for a new project, initialising a Playwright test suite, or bootstrapping the e2e…

11 4mo ago A 82 tokens original MIT

agentmantis/test-skills

Skill Claude CodeCodex

Promotes a handover test to the regression or smoke test suite. Renames the file to remove the ticket prefix, moves it to the target directory, and updates the test.describe block. Use when asked to promote, graduate, or move a handover test to regression or smoke.

11 4mo ago A 64 tokens original MIT