gitwtfhub

wtf is codex-testing-kit?

anhtester/codex-testing-kit — explained in plain English

Analysis updated 2026-05-18

29Audience · developerComplexity · 2/5Setup · easy

TL;DR

A kit of skills, rules, and prompt templates that helps OpenAI Codex assist testers with manual and automation testing tasks.

Mindmap

mindmap
  root((codex-testing-kit))
    What it does
      Adds testing skills to Codex
      Provides rules and workflows
      Offers ready made prompts
    Tech stack
      OpenAI Codex
      Markdown skill files
    Use cases
      Generate test cases
      Build automation framework
      Analyze flaky tests
    Audience
      Software testers
      QA engineers
    Coverage
      Manual testing
      Playwright Selenium Appium
      Jira and Xray integration

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Generate manual test cases from a requirements document using an AI-RBT workflow.

REASON 2

Scaffold a Playwright, Selenium, or Appium automation framework quickly.

REASON 3

Convert existing manual test cases into automation scripts.

REASON 4

Analyze and fix flaky automated tests using a built in skill.

What's in the stack?

OpenAI CodexMarkdownPlaywrightSeleniumAppium

How it stacks up

anhtester/codex-testing-kitable-rip/cc-visionrouteractivetk/nandemo-syoumei
Stars292929
LanguageJavaScriptHTML
Setup difficultyeasyeasyeasy
Complexity2/52/53/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 30min

Requires the Codex App or Codex CLI and copying the kit's folders into your project before use.

The README does not state a license, so usage rights are unclear.

Wtf does this do

Codex Testing Kit is a collection of tools built for OpenAI Codex to help software testers work faster, aimed specifically at the Vietnamese tester community. It packages ready made rules, reusable skills, detailed workflows, and prompt templates so Codex can assist with both manual testing and automation testing. The kit covers the testing process end to end: analyzing requirements, designing test cases, generating test data, building automation frameworks, writing automation scripts, testing APIs, dealing with flaky tests, and integrating with tools like Jira and Xray. It includes 26 specialized Codex skills that Codex can either choose automatically based on your request, or that you can call directly by typing a dollar sign followed by the skill name. The repository is organized into a few main folders. The .agents folder holds six sets of QA and automation rules plus the 26 skills. A plans folder contains step by step workflows for manual testing, automation testing, and cross module testing, each with its own quick start guide. A prompt_templates folder has ready to use prompt files for single tasks like generating requirements, creating a Playwright or Selenium framework, converting manual test cases into automation scripts, generating test data, and analyzing flaky tests. An AGENTS.md file at the root gives Codex repository level instructions on when to use which skill and rule. To use the kit, you either clone the repository or copy its .agents, AGENTS.md, plans, and prompt_templates folders into the root of the project you want to test. Then you open Codex, either the app or the command line version, point it at that project folder, and call a skill directly in your prompt, such as asking it to generate manual test cases from a requirements file. Codex reads AGENTS.md, loads the relevant skill file, and carries out the workflow. The README is written primarily in Vietnamese and does not state a license.

Yoink these prompts

Prompt 1
Copy the .agents, AGENTS.md, plans, and prompt_templates folders from codex-testing-kit into my project and set it up for Codex.
Prompt 2
Use the generate-manual-testcases-rbt skill to create test cases for the requirements in my login feature file.
Prompt 3
Use the generate-automation-framework skill to scaffold a Playwright automation project.
Prompt 4
Use the analyze-flaky-tests skill to help me diagnose why my automated tests are flaky.

Frequently asked questions

wtf is codex-testing-kit?

A kit of skills, rules, and prompt templates that helps OpenAI Codex assist testers with manual and automation testing tasks.

What license does codex-testing-kit use?

The README does not state a license, so usage rights are unclear.

How hard is codex-testing-kit to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is codex-testing-kit for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.