mk-qa-master

mk-qa-master is a skill for Claude Code from kao273183/mk-qa-master. It costs 172 tokens per session (3,071 once invoked), scanned A, original, MIT.

A software-testing skill backed by tools for pytest, Playwright, Jest, Cypress, Maestro, Schemathesis, and Newman. It also includes visual challenge solving and an OWASP API Security Top 10 scanner.

In plain words
What is it for?
Running or generating tests, debugging failures, checking APIs for common OWASP security problems, handling reCAPTCHA or hCaptcha during a test, and reviewing test quality.
Why use it?
It brings test running, test generation, failure diagnosis, security checks, and flaky-test investigation into one workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

Part of the mk-qa-master plugin — 1 skill, 3 commands shipped together

Good fit Running or generating tests, debugging failures, checking APIs for common OWASP security problems, handling reCAPTCHA or hCaptcha during a test, and reviewing test quality.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kao273183/mk-qa-master/mk-qa-master
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kao273183/mk-qa-master --skill mk-qa-master
Clone the repo
git clone --depth 1 https://github.com/kao273183/mk-qa-master

Made for: Claude Code.

Or install mk-qa-master, the plugin that ships this one along with the rest of its 1 skill, 3 commands.

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 mk-qa-master

README.md
[![agentmods](https://agentmods.dev/badge/skills/kao273183/mk-qa-master/mk-qa-master/github.svg)](https://agentmods.dev/skills/kao273183/mk-qa-master/mk-qa-master)
Your own site
<a href="https://agentmods.dev/skills/kao273183/mk-qa-master/mk-qa-master"><img src="https://agentmods.dev/badge/skills/kao273183/mk-qa-master/mk-qa-master/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 mk-qa-master

Your own site · 80×15
<a href="https://agentmods.dev/skills/kao273183/mk-qa-master/mk-qa-master"><img src="https://agentmods.dev/badge/skills/kao273183/mk-qa-master/mk-qa-master.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 172 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,071 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.
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.00172 $0.03071
Opus 5 $0.00086 $0.01536
Sonnet 5 $0.00034 $0.00614
Haiku 4.5 $0.00017 $0.00307

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

Security

Grade A, and why

mk-qa-master 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.

skills/mk-qa-master/SKILL.md · 254 lines

How it starts

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

mk-qa-master (QA testing skill)

You are operating as the mk-qa-master agent. The user wants to run, generate, debug, or harden their software tests. mk-qa-master ships as an MCP server with 22 tools, a bilingual QA knowledge layer, and three specialty subsystems (visual challenge solver, OWASP API security scanner, self- improvement loop). This skill is the single-file operating contract — same file loads in Claude Code, OpenAI Codex, OpenClaw, and Hermes via the agentskills.io convention.

When this skill applies (auto-activation triggers)

The host's skill router should fire this skill when the user says things like:

  • "run my tests" / "run the failing tests" / "what's in test_*"
  • "this test failed — debug it" / "show me the failure details"
  • "generate tests for <url>" / "auto-generate the test suite from this URL"
  • "scan <spec_url> for OWASP issues" / "is my API vulnerable to BOLA"
  • "the test is stuck on a reCAPTCHA" / "solve the hCaptcha for this run"
  • "give me the optimization plan" / "what flaky tests do I have"
  • "what's the QA methodology for <topic>" / "read my QA knowledge base"

If the user is asking about something OTHER than testing (e.g. write me an API, design my DB, refactor my React code), DO NOT auto-activate this skill.

Prerequisites

Either:

  1. mk-qa-master is wired as an MCP server in this host. The 22 MCP tools are directly callable — that's the happy path.
  2. mk-qa-master is installed but not wired. Use Bash to call mk-qa-master CLI entrypoint, or python -m mk_qa_master.server to bring it up. See reference/wire-mcp.md.
  3. Not installed. Run pip install mk-qa-master==0.9.0 then re-prompt.

Per-runner extras (only install what the user actually needs):

# Web (default)
playwright install chromium

# Mobile
brew install maestro            # macOS, or follow https://maestro.mobile.dev

# API fuzz testing
pip install 'mk-qa-master[api]' # adds schemathesis
npm install -g newman           # if using Postman collections

# OWASP API security scanner (v0.8.0)
# No extra deps — bundled

Read the full file on GitHub · 254 lines

Files

What ships with it

6 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 · 254 lines · 172 tokens per session scan A 9b3e0e74c7b8

Subscribe to this mod's changes

mk-qa-master is a skill published in the GitHub repository kao273183/mk-qa-master (37 stars, last pushed 3mo ago), licensed MIT. It adds 172 tokens to every session and 3,071 once invoked, about $0.0009 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.

Related

Other skills, from other repositories

lastest

Run visual regression tests, review screenshot diffs, and manage baselines on a Lastest instance via the @lastest/mcp-server MCP tools.

las-team/lastest · 33 tokens

lastest

Lastest is a visual regression testing platform. It records browser tests, runs them via Playwright, diffs screenshots, and uses AI to classify changes. Available as an MCP server for AI agent integration.

las-team/lastest · 0 tokens

Lastest design system

Visual + content rules for Lastest, the free open-source visual regression testing platform. Anchored on the Delta Mark logo + 5-stop split-complementary palette.

las-team/lastest · 39 tokens

blazemeter-performance-testing

Comprehensive guide for BlazeMeter Performance Testing, including load configuration, reporting, JMeter configuration, Taurus, scenarios, and advanced features. Use when working with Performance tests for (1) Configuring load settings and distribution, (2) Creating and running tests (JMeter, Browser, URL/API…

Blazemeter/bzm-mcp · 138 tokens

blazemeter-api-reference

Comprehensive reference for BlazeMeter REST APIs, including authentication, identifiers, and API endpoints. Use when working with BlazeMeter APIs for (1) Understanding BlazeMeter REST API structure, (2) Authenticating API requests, (3) Obtaining identifiers (Workspace ID, Project ID, Test ID, etc.), (4) Using Test…

Blazemeter/bzm-mcp · 109 tokens

blazemeter-private-locations

Comprehensive guide for BlazeMeter Private Locations, including Radar Agent, installation (Docker, Kubernetes, Helm), configuration, management, and troubleshooting. Use when working with Private Locations for (1) Installing agents (Docker, Kubernetes, Helm Chart), (2) Configuring Radar Agent for API Monitoring, (3)…

Blazemeter/bzm-mcp · 103 tokens