claude-testing-kit: Skill for Claude Code

.claude/skills/skills-qa-automation-engineer/SKILL.md

skills-qa-automation-engineer is a skill for Claude Code from anhtester/claude-testing-kit. It costs 45 tokens per session (2,741 once invoked), scanned A, original, MIT.

A QA automation skill covering manual tests, browser and API tests, test data, flaky-test analysis, selectors, and Jira-related workflows.

In plain words
What is it for?
Generating tests and automation, exploring applications, creating test data, debugging flaky tests, finding selectors, and working with Jira or Xray.
Why use it?
It gives an agent guidance for common quality-assurance tasks across the testing lifecycle.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is anhtester/claude-testing-kit's own configuration. It tells Claude Code how to work on claude-testing-kit itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-testing-kit configures →

Reuse

Borrowing it

Nothing to install: this file belongs to anhtester/claude-testing-kit. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/anhtester/claude-testing-kit/main/.claude/skills/skills-qa-automation-engineer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/anhtester/claude-testing-kit

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for skills-qa-automation-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/anhtester/claude-testing-kit/skills-qa-automation-engineer/github.svg)](https://agentmods.dev/skills/anhtester/claude-testing-kit/skills-qa-automation-engineer)
Your own site
<a href="https://agentmods.dev/skills/anhtester/claude-testing-kit/skills-qa-automation-engineer"><img src="https://agentmods.dev/badge/skills/anhtester/claude-testing-kit/skills-qa-automation-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for skills-qa-automation-engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/anhtester/claude-testing-kit/skills-qa-automation-engineer"><img src="https://agentmods.dev/badge/skills/anhtester/claude-testing-kit/skills-qa-automation-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,741 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.02741
Opus 5 $0.00023 $0.01371
Sonnet 5 $0.00009 $0.00548
Haiku 4.5 $0.00005 $0.00274

Measured 9d ago against content hash bd48b060f2bb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

skills-qa-automation-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/skills-qa-automation-engineer/SKILL.md · 393 lines

How it starts

The opening of the file, as written. The whole thing — 393 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QA Automation Engineer

Description

This skill enables the agent to assist with software testing and automation tasks.

The agent can:

  • Generate manual test cases from requirements
  • Generate test automation scripts from test cases or UI flows
  • Generate API tests from Swagger/OpenAPI specifications
  • Explore applications and discover test scenarios
  • Generate automation frameworks
  • Generate test data
  • Analyze flaky tests
  • Generate stable locators
  • Generate requirements from website analysis

This skill is designed for modern QA workflows and automation development.


When to Use

Use this skill when the user asks about:

  • Test automation
  • Manual testing
  • Automation frameworks
  • API testing
  • UI testing
  • Test data generation
  • Flaky test debugging
  • Locator generation
  • Requirements analysis from website
  • Jira integration (fetch requirements, push test results)
  • Xray test management

Typical prompts include:

  • Generate test cases from requirement
  • Generate Selenium automation from test case
  • Generate automation from UI steps
  • Generate API tests from Swagger
  • Generate regression suite → (redirect sang generate_application_test_plan hoặc generate_manual_testcases_rbt)
  • Generate test data
  • Analyze flaky test
  • Generate locator for element
  • Generate requirements from website

Workflow Routing

When the user request matches a specific task, select the appropriate workflow file from .claude/commands/.

Generate test cases from requirements

Delegate: Tác vụ này thuộc skill skills-rbt-manual-testing — không phải skills-qa-automation-engineer.

Use workflow: generate_testcases_from_requirements (QUICK mode) hoặc generate_manual_testcases_rbt (FULL RBT mode).

Triggers when user asks:

  • generate test cases → delegate to skills-rbt-manual-testing (QUICK mode)
  • write manual test cases → delegate to skills-rbt-manual-testing (QUICK mode)
  • test scenarios from requirement → delegate to skills-rbt-manual-testing (QUICK mode)
  • sinh test cases đầy đủ / quy trình 6 bước → delegate to skills-rbt-manual-testing (FULL RBT mode)

Read the full file on GitHub · 393 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 393 lines · 45 tokens per session scan A bd48b060f2bb

Subscribe to this mod's changes

skills-qa-automation-engineer is a skill published in the GitHub repository anhtester/claude-testing-kit (53 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 2,741 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.