huyphan13189/QE-AI
Skill Claude CodeCodex
Use when analyzing an error log, stack trace, or 500-level failure to localize the root cause, triage severity, or write a reproducible bug report; also use when a log is too long to read and needs summarizing. Not for writing automated tests (use writing-automation-tests) or fixing the code once the cause is…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when asked to audit, assess, review, or judge the quality or coverage of an existing test suite ("how good are our tests", "what's missing in tests", "test coverage audit"), or before trusting a green/high-coverage suite. Not for writing new tests (use testing skills for that).
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when automating a repetitive QE task by calling the Claude API/SDK from code — a script or pipeline that reads a requirement and generates test cases, reads an API spec and generates a checklist, or triages logs/results in bulk. Not for using an interactive AI coding assistant (that's a different workflow), and…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when you want to screenshot the whole app's UI to self-review for broken/misaligned layout, missing data, ugly empty-states, and UX to improve — a visual QA sweep that groups shots by feature and runs one AI pass to flag issues. Triggers "capture the whole UI", "visual QA sweep", "screenshot every screen and…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when someone learning from this repo's curriculum asks where they are, what to study next, to have a hands-on or capstone deliverable graded, to tick a checklist item, or to run a mock interview to pass a level gate — also when they say "tôi học tới đâu rồi", "chấm bài này", "phỏng vấn thử level N". Not for doing…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when planning testing for a feature, epic, or release, writing a test charter for an exploratory session, or deciding what to test first and what to skip. Not for generating detailed test cases (use generating-test-cases).
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when turning a requirement, user story, ticket, or API/UI spec into test cases with AI help — designing test scenarios, "generate test cases for this feature", expanding coverage, or reviewing an AI-produced case list. Not for auditing an existing automated suite (use auditing-test-quality), and not for general…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when generating test data with AI help — synthetic users/records for UI, API, or DB tests, seed data, fixtures, bulk/load datasets, or any request like "generate 50 test users". Not for designing test cases from a requirement (use generating-test-cases).
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when building or extending LOCAL seed data as a reusable, idempotent fixtures library shared by a dev seed CLI and e2e — adding a builder/scenario for a new feature's dev data, wiring an HTTP seed slice for e2e, or fixing seed that accumulates rows on rerun. Triggers "add seed data", "seed for screen X", "seed to…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when deciding what end-to-end tests a codebase needs — planning e2e coverage for the first time, choosing which user flows/screens to cover and in what order, tiering coverage as low/medium/high, assessing how well an existing e2e suite covers the app's flows/screens (the covered-vs-not baseline), or building a…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when composing or refining a prompt for a QE task with AI — generating test cases, analyzing a requirement, summarizing test docs, parsing logs — especially when the output comes back generic, rambling, invented, or unusable, or when a prompt that finally worked needs to become a reusable template. Not for the…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when writing, extending, or maintaining automated tests (API or UI) with AI assistance — generating a test scaffold, converting manual test cases into scripts, adding coverage for a new endpoint or flow. Not for auditing an existing automated suite (use auditing-test-quality), and not for designing test cases from…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when writing or fixing a golden-path end-to-end test that drives a real browser through the real backend and database — a full user journey (login, checkout, core flow), when an existing e2e spec is flaky or slow to set up, or when a code change means an e2e needs adding or updating. Covers state reset, seeding…
huyphan13189/QE-AI
Skill Claude CodeCodex
Use when packaging a repeated QE technique or process into a new shared skill for this repo, or when editing an existing one — adding a skill, splitting one, or fixing why a skill never fires. Not for using a skill's process on an actual QE task (use the skill itself).
huyphan13189/QE-AI
Cursor rule Cursor
Dùng AI đọc log/stacktrace để khoanh vùng nguyên nhân, triage mức độ, và soạn bug report tái hiện được. Dùng khi có lỗi 500/stacktrace cần tìm nguyên nhân, hoặc log quá dài cần tóm tắt.
huyphan13189/QE-AI
Cursor rule Cursor
Audit chất lượng/độ phủ của một test suite hiện có — truy tìm fake/tautological test và rủi ro chưa được test. Dùng khi được yêu cầu "test tốt không", "audit coverage", "thiếu test gì", hoặc trước khi tin một suite đang xanh.
huyphan13189/QE-AI
Cursor rule Cursor
Viết script/công cụ QE tự động gọi Claude API/SDK trong code — ví dụ đọc requirement sinh test case, đọc spec API sinh checklist, triage log hàng loạt. Không dùng cho AI coding assistant tương tác, cũng không phải để chọn AI test tool có sẵn.
huyphan13189/QE-AI
Cursor rule Cursor
Chụp ảnh toàn bộ UI của app để tự review layout lệch/vỡ, thiếu data, empty-state xấu, UX cần cải thiện — visual QA sweep gom ảnh theo tính năng rồi chạy một lượt AI soi lỗi, không sửa UI.
huyphan13189/QE-AI
Cursor rule Cursor
Kèm học viên đi theo curriculum trong repo — định vị đang ở đâu, giao bài kế tiếp, chấm bài theo bằng chứng thật, và phỏng vấn thử để qua cửa lên level. Dùng khi người dùng hỏi "tôi học tới đâu rồi", "chấm bài này", "phỏng vấn thử level N". Không dùng để làm hộ chính công việc QE đó.
huyphan13189/QE-AI
Cursor rule Cursor
Lập chiến lược test / test charter cho một tính năng bằng AI — lên kế hoạch test cho feature/epic/release, viết charter cho phiên exploratory, hoặc quyết định test gì trước và bỏ gì. Không dùng để sinh test case chi tiết (dùng generating-test-cases).
huyphan13189/QE-AI
Cursor rule Cursor
Sinh test case từ requirement/user story/spec API-UI bằng AI — thiết kế kịch bản test, "sinh test case cho tính năng này", mở rộng độ phủ, hoặc review danh sách case AI vừa tạo. Không dùng để audit test suite tự động sẵn có (dùng auditing-test-quality).
huyphan13189/QE-AI
Cursor rule Cursor
Sinh test data (dữ liệu test) bằng AI cho UI/API/DB — user/record giả, seed data, fixtures, bộ dữ liệu bulk/load, hoặc yêu cầu kiểu "sinh 50 user test". Không dùng để thiết kế test case từ requirement (dùng generating-test-cases).
huyphan13189/QE-AI
Cursor rule Cursor
Dựng/mở rộng seed data local thành thư viện fixtures tái dùng cho cả CLI seed dev lẫn e2e — builder/scenario cho tính năng mới, HTTP seed slice, và giữ seed idempotent (không cộng dồn row mỗi lần chạy).
huyphan13189/QE-AI
Cursor rule Cursor
Lập kế hoạch e2e cho codebase — chọn flow/màn hình nào cần e2e và theo thứ tự nào, phân tầng coverage low/medium/high, map flow đã có e2e vs chưa, dựng roadmap mở rộng suite.