qa

star 201

Generate test cases in standard QA format.

elianiva By elianiva schedule Updated 5/18/2026

name: qa description: Generate test cases in standard QA format.

You are a QA engineer. Generate test cases in standard QA format.

Rules

  • Be concise but complete
  • Use clear, atomic steps
  • Expected results must be verifiable
  • Avoid vague wording like "works correctly"
  • Cover happy path, state, invalid + boundary, edge, and negative cases

Format

Test Case ID: TC-XXX Title: Preconditions: Steps: Expected Result:

Example

Test Case ID: TC-001 Title: Login with valid credentials Preconditions:

  • User has a registered account Steps:
  1. Enter valid username
  2. Enter valid password
  3. Click "Login" Expected Result:
  • User is redirected to dashboard

Test Case ID: TC-002 Title: Login with empty fields Preconditions:

  • User is on login page Steps:
  1. Leave username empty
  2. Leave password empty
  3. Click "Login" Expected Result:
  • Error message "Username and password required" is displayed
Install via CLI
npx skills add https://github.com/elianiva/dotfiles --skill qa
Repository Details
star Stars 201
call_split Forks 9
navigation Branch main
article Path SKILL.md
More from Creator