Add Vietnamese-language QA slash commands to a Claude Code project
Generate Page Object Model Playwright or Selenium scripts from manual test cases
Run risk-based manual test case design with a six-step recipe
Build cross-module pairwise or Cartesian test matrices for regression
Prompts and rules are in Vietnamese, so non-Vietnamese teams will need to translate the templates before use.
Claude Testing Kit is a Vietnamese language configuration bundle for Claude Code, the coding assistant from Anthropic. It is put together by a Vietnamese tester known as Anh Tester for the local QA community. The repo does not contain an application of its own. Instead it ships a set of files that Claude Code reads when you drop them into the root of a project, and those files steer the assistant toward software testing tasks rather than general coding help. The kit is aimed at both manual testers and automation engineers. The README says it covers the whole testing lifecycle, from analyzing requirements and writing test cases by hand to generating automation scripts, hooking up CI/CD, and producing reports. All of the prompts and rules are written in Vietnamese so that the assistant replies in Vietnamese too. The folder layout is simple. A .claude folder holds 16 slash commands (such as /generate_automation_from_testcases, /generate_manual_testcases_rbt, and /generate_cross_module_test_plan), a rules folder that forces the assistant to follow Page Object Model structure and safe locator strategies for Playwright, Selenium, and Appium, a skills folder with 10 specialised roles like automation engineer, manual tester, UI debugger, locator healer, and Jira integrator, and a settings.json that limits what Claude Code is allowed to do on disk. Longer jobs live under plans/, which holds six step recipes for manual test case design using risk based testing, for building automation scripts from context to review, and for cross module pairwise or Cartesian test matrices. Shorter one-off jobs live under prompt_templates/, with ready to paste prompts for requirements analysis, framework setup in Playwright TypeScript or Selenium Java, manual to automation conversion, flaky test analysis, and API tests from Swagger. Usage is straightforward: copy the .claude folder and the CLAUDE.md file into a project, run claude in the terminal or open the Claude Code panel in VS Code, and type / to see the testing commands.
Generated 2026-05-22 · Model: sonnet-4-6 · Verify against the repo before relying on details.